diff --git a/ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html b/ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
index 5e5b0a4c6..40181bd1a 100644
--- a/ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
+++ b/ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
@@ -107,7 +107,6 @@
{
field: 'status',
title: '登录状态',
- align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(datas, value);
}
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 9d9527130..58c88d93e 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('详细');
diff --git a/ruoyi-admin/src/main/resources/templates/system/config/config.html b/ruoyi-admin/src/main/resources/templates/system/config/config.html
index 3443bd0ad..7256dd5a6 100644
--- a/ruoyi-admin/src/main/resources/templates/system/config/config.html
+++ b/ruoyi-admin/src/main/resources/templates/system/config/config.html
@@ -104,7 +104,6 @@
{
field: 'configType',
title: '系统内置',
- align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(datas, value);
}
@@ -112,7 +111,6 @@
{
field: 'remark',
title: '备注',
- align: 'center',
formatter: function(value, row, index) {
return $.table.tooltip(value, 10, "open");
}
@@ -123,7 +121,6 @@
},
{
title: '操作',
- align: 'center',
formatter: function(value, row, index) {
var actions = [];
actions.push('编辑 ');
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('编辑 ');
diff --git a/ruoyi-admin/src/main/resources/templates/system/post/post.html b/ruoyi-admin/src/main/resources/templates/system/post/post.html
index 52700770f..aa36b345f 100644
--- a/ruoyi-admin/src/main/resources/templates/system/post/post.html
+++ b/ruoyi-admin/src/main/resources/templates/system/post/post.html
@@ -92,7 +92,6 @@
{
field: 'status',
title: '状态',
- align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(datas, value);
}
@@ -104,7 +103,6 @@
},
{
title: '操作',
- align: 'center',
formatter: function(value, row, index) {
var actions = [];
actions.push('编辑 ');
diff --git a/ruoyi-admin/src/main/resources/templates/system/role/role.html b/ruoyi-admin/src/main/resources/templates/system/role/role.html
index c16b7fd1c..8d2af5ea7 100644
--- a/ruoyi-admin/src/main/resources/templates/system/role/role.html
+++ b/ruoyi-admin/src/main/resources/templates/system/role/role.html
@@ -98,7 +98,6 @@
{
visible: editFlag == 'hidden' ? false : true,
title: '角色状态',
- align: 'center',
formatter: function (value, row, index) {
return statusTools(row);
}
@@ -110,7 +109,6 @@
},
{
title: '操作',
- align: 'center',
formatter: function(value, row, index) {
if (row.roleId != 1) {
var actions = [];
diff --git a/ruoyi-admin/src/main/resources/templates/system/user/user.html b/ruoyi-admin/src/main/resources/templates/system/user/user.html
index a59916ee7..d4a9ec7e7 100644
--- a/ruoyi-admin/src/main/resources/templates/system/user/user.html
+++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html
@@ -157,7 +157,6 @@
{
visible: editFlag == 'hidden' ? false : true,
title: '用户状态',
- align: 'center',
formatter: function (value, row, index) {
return statusTools(row);
}
@@ -169,7 +168,6 @@
},
{
title: '操作',
- align: 'center',
formatter: function(value, row, index) {
if (row.userId != 1) {
var actions = [];