diff --git a/ruoyi-admin/src/main/resources/templates/monitor/online/online.html b/ruoyi-admin/src/main/resources/templates/monitor/online/online.html
index 680db8838..55d311f70 100644
--- a/ruoyi-admin/src/main/resources/templates/monitor/online/online.html
+++ b/ruoyi-admin/src/main/resources/templates/monitor/online/online.html
@@ -113,7 +113,7 @@
title: '操作',
align: 'center',
formatter: function(value, row, index) {
- var msg = '强退 ';
+ var msg = '强退 ';
return msg;
}
}]
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 55c3fd4dd..8fba43fe4 100644
--- a/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html
+++ b/ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html
@@ -139,7 +139,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('详细');
+ actions.push('详细');
return actions.join('');
}
}]
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 54080846c..2bc4dd61b 100644
--- a/ruoyi-admin/src/main/resources/templates/system/config/config.html
+++ b/ruoyi-admin/src/main/resources/templates/system/config/config.html
@@ -117,8 +117,8 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
+ actions.push('编辑 ');
+ actions.push('删除');
return actions.join('');
}
}]
diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/dept.html b/ruoyi-admin/src/main/resources/templates/system/dept/dept.html
index 0fd745338..4306128f5 100644
--- a/ruoyi-admin/src/main/resources/templates/system/dept/dept.html
+++ b/ruoyi-admin/src/main/resources/templates/system/dept/dept.html
@@ -95,9 +95,9 @@
formatter: function(value, row, index) {
if (row.parentId != 0) {
var actions = [];
- actions.push('编辑');
- actions.push('删除');
- actions.push('添加下级部门');
+ actions.push('编辑');
+ actions.push('删除');
+ actions.push('添加下级部门');
return $.table.dropdownToggle(actions.join(''));
} else {
return "";
diff --git a/ruoyi-admin/src/main/resources/templates/system/dict/data/data.html b/ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
index e2af0293e..4c2a39e8b 100644
--- a/ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
+++ b/ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
@@ -112,8 +112,8 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
+ actions.push('编辑 ');
+ actions.push('删除');
return actions.join('');
}
}]
diff --git a/ruoyi-admin/src/main/resources/templates/system/dict/type/type.html b/ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
index 4f47e5427..b15cc1c51 100644
--- a/ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
+++ b/ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
@@ -92,7 +92,7 @@
title: '字典类型',
sortable: true,
formatter: function(value, row, index) {
- return '' + value + '';
+ return '' + value + '';
}
},
{
@@ -117,9 +117,9 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('列表 ');
- actions.push('删除');
+ actions.push('编辑 ');
+ actions.push('列表 ');
+ actions.push('删除');
return actions.join('');
}
}]
diff --git a/ruoyi-admin/src/main/resources/templates/system/menu/menu.html b/ruoyi-admin/src/main/resources/templates/system/menu/menu.html
index 1d600b6bb..b311bccfc 100644
--- a/ruoyi-admin/src/main/resources/templates/system/menu/menu.html
+++ b/ruoyi-admin/src/main/resources/templates/system/menu/menu.html
@@ -131,9 +131,9 @@
align: "left",
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
- actions.push('添加下级菜单 ');
+ actions.push('编辑 ');
+ actions.push('删除');
+ actions.push('添加下级菜单 ');
return $.table.dropdownToggle(actions.join(''));
}
}]
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 8fc9f2623..02b375616 100644
--- a/ruoyi-admin/src/main/resources/templates/system/notice/notice.html
+++ b/ruoyi-admin/src/main/resources/templates/system/notice/notice.html
@@ -104,8 +104,8 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
+ actions.push('编辑 ');
+ actions.push('删除');
return actions.join('');
}
}]
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 c18a15ca9..2b704ecd9 100644
--- a/ruoyi-admin/src/main/resources/templates/system/post/post.html
+++ b/ruoyi-admin/src/main/resources/templates/system/post/post.html
@@ -107,8 +107,8 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除');
+ actions.push('编辑 ');
+ actions.push('删除');
return actions.join('');
}
}]
diff --git a/ruoyi-admin/src/main/resources/templates/system/role/authUser.html b/ruoyi-admin/src/main/resources/templates/system/role/authUser.html
index 649023551..9f0c1f542 100644
--- a/ruoyi-admin/src/main/resources/templates/system/role/authUser.html
+++ b/ruoyi-admin/src/main/resources/templates/system/role/authUser.html
@@ -105,7 +105,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('取消授权 ');
+ actions.push('取消授权 ');
return actions.join('');
}
}]
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 18cbf966c..d9e089675 100644
--- a/ruoyi-admin/src/main/resources/templates/system/role/role.html
+++ b/ruoyi-admin/src/main/resources/templates/system/role/role.html
@@ -113,10 +113,10 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('数据权限 ');
- actions.push('分配用户 ');
- actions.push('删除 ');
+ actions.push('编辑 ');
+ actions.push('数据权限 ');
+ actions.push('分配用户 ');
+ actions.push('删除 ');
return actions.join('');
}
}]
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 9db0be37b..998f706c1 100644
--- a/ruoyi-admin/src/main/resources/templates/system/user/user.html
+++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html
@@ -164,9 +164,9 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除 ');
- actions.push('重置');
+ actions.push('编辑 ');
+ actions.push('删除 ');
+ actions.push('重置');
return actions.join('');
}
}]
diff --git a/ruoyi-generator/src/main/resources/templates/tool/gen/gen.html b/ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
index 46426d9d4..3de386a45 100644
--- a/ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
+++ b/ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
@@ -90,7 +90,7 @@
width: '20%',
align: 'center',
formatter: function(value, row, index) {
- var msg = '生成代码 ';
+ var msg = '生成代码 ';
return msg;
}
}]
diff --git a/ruoyi-generator/src/main/resources/vm/html/list.html.vm b/ruoyi-generator/src/main/resources/vm/html/list.html.vm
index 4662ca863..ec5a87736 100644
--- a/ruoyi-generator/src/main/resources/vm/html/list.html.vm
+++ b/ruoyi-generator/src/main/resources/vm/html/list.html.vm
@@ -4,7 +4,6 @@