From 322681560e2f870b8c347b7ecc56134fc5b5349e Mon Sep 17 00:00:00 2001 From: GuanBo <732166156@qq.com> Date: Sat, 13 Nov 2021 01:24:34 +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=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=BC=80=E5=85=B3=E3=80=81=E5=85=AC=E5=91=8A=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=BB=A5=E5=8F=8A=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E5=81=8F=E7=A6=BB=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/notice/notice.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/notice/notice.html b/ruoyi-admin/src/main/resources/templates/system/notice/notice.html index eb7d30dd2..2d0aca469 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notice/notice.html +++ b/ruoyi-admin/src/main/resources/templates/system/notice/notice.html @@ -77,7 +77,6 @@ { field: 'noticeType', title: '公告类型', - align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(types, value); } @@ -85,7 +84,6 @@ { field: 'status', title: '状态', - align: 'center', formatter: function(value, row, index) { return $.table.selectDictLabel(datas, value); } @@ -101,7 +99,6 @@ }, { title: '操作', - align: 'center', formatter: function(value, row, index) { var actions = []; actions.push('编辑 ');