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('编辑 ');