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('详细');