From 32a7cb96e4f7243e5e39b6efaeaf964a23830004 Mon Sep 17 00:00:00 2001
From: GuanBo <732166156@qq.com>
Date: Sat, 13 Nov 2021 01:13:45 +0000
Subject: [PATCH 1/7] =?UTF-8?q?update=20ruoyi-admin/src/main/resources/tem?=
=?UTF-8?q?plates/system/user/user.html.=20=E4=BF=AE=E5=A4=8Dtable?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E5=9C=A8=E5=8D=A1=E7=89=87=E8=A7=86=E5=9B=BE?=
=?UTF-8?q?=E4=B8=8B=E7=8A=B6=E6=80=81=E5=BC=80=E5=85=B3=E4=BB=A5=E5=8F=8A?=
=?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E5=89=8D=E7=AB=AF=E6=98=BE?=
=?UTF-8?q?=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
---
ruoyi-admin/src/main/resources/templates/system/user/user.html | 2 --
1 file changed, 2 deletions(-)
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 94930329a..327adb860 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 = [];
From ae1b1a189fe01ccd2822fb32cce800f6f2f67d19 Mon Sep 17 00:00:00 2001
From: GuanBo <732166156@qq.com>
Date: Sat, 13 Nov 2021 01:15:08 +0000
Subject: [PATCH 2/7] =?UTF-8?q?update=20ruoyi-admin/src/main/resources/tem?=
=?UTF-8?q?plates/system/role/role.html.=20=E4=BF=AE=E5=A4=8Dtable?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E5=9C=A8=E5=8D=A1=E7=89=87=E8=A7=86=E5=9B=BE?=
=?UTF-8?q?=E4=B8=8B=E7=8A=B6=E6=80=81=E5=BC=80=E5=85=B3=E4=BB=A5=E5=8F=8A?=
=?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E5=89=8D=E7=AB=AF=E6=98=BE?=
=?UTF-8?q?=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
---
ruoyi-admin/src/main/resources/templates/system/role/role.html | 2 --
1 file changed, 2 deletions(-)
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 = [];
From eb7940d5fe39873c5ddd2d498bad8b31301aee87 Mon Sep 17 00:00:00 2001
From: GuanBo <732166156@qq.com>
Date: Sat, 13 Nov 2021 01:17:52 +0000
Subject: [PATCH 3/7] =?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=E4=BB=A5=E5=8F=8A=E6=93=8D=E4=BD=9C?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E5=81=8F?=
=?UTF-8?q?=E7=A6=BB=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8Dtable=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E5=9C=A8=E5=8D=A1=E7=89=87=E8=A7=86=E5=9B=BE=E4=B8=8B?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E5=BC=80=E5=85=B3=E4=BB=A5=E5=8F=8A=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C=E6=8C=89=E9=92=AE=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=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
---
ruoyi-admin/src/main/resources/templates/system/post/post.html | 2 --
1 file changed, 2 deletions(-)
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('编辑 ');
From 66d0dcae9b23e58e3bbcea5894f815f5c784adfe Mon Sep 17 00:00:00 2001
From: GuanBo <732166156@qq.com>
Date: Sat, 13 Nov 2021 01:22:58 +0000
Subject: [PATCH 4/7] =?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=B3=BB?=
=?UTF-8?q?=E7=BB=9F=E5=86=85=E7=BD=AE=E3=80=81=E5=A4=87=E6=B3=A8=E4=BB=A5?=
=?UTF-8?q?=E5=8F=8A=E6=93=8D=E4=BD=9C=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/system/config/config.html | 3 ---
1 file changed, 3 deletions(-)
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('编辑 ');
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 5/7] =?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('编辑 ');
From c12b7571f014c6ef13331b926e3070a558fe106c Mon Sep 17 00:00:00 2001
From: GuanBo <732166156@qq.com>
Date: Sat, 13 Nov 2021 01:29:37 +0000
Subject: [PATCH 6/7] =?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=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81?=
=?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
---
.../main/resources/templates/monitor/logininfor/logininfor.html | 1 -
1 file changed, 1 deletion(-)
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);
}
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 7/7] =?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('详细');