From a8412724255c3c39c059c18104d5dd783fdc7494 Mon Sep 17 00:00:00 2001 From: GuanBo <732166156@qq.com> Date: Sat, 13 Nov 2021 01:30:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtable=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=9C=A8=E5=8D=A1=E7=89=87=E8=A7=86=E5=9B=BE=E4=B8=8B=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=9B=B8=E5=85=B3=E6=8C=89=E9=92=AE=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=81=8F=E7=A6=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/monitor/operlog/operlog.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html b/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html index a8b932a24..10552ea8e 100644 --- a/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html +++ b/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html @@ -97,7 +97,6 @@ { field: 'businessType', title: '操作类型', - align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(datas, value); } @@ -122,7 +121,6 @@ { field: 'status', title: '操作状态', - align: 'center', formatter: function(value, row, index) { if (value == 0) { return '成功'; @@ -138,7 +136,6 @@ }, { title: '操作', - align: 'center', formatter: function(value, row, index) { var actions = []; actions.push('详细');