From 5bb2dfa53cc52351096a44b0bc87569421ac033c Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Thu, 20 Jun 2024 09:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/train/add.html | 36 ++++--------------- .../templates/system/train/detail.html | 2 +- .../templates/system/train/edit.html | 6 ++-- .../templates/system/train/examine.html | 2 +- .../templates/system/train/train.html | 2 +- .../resources/templates/system/user/add.html | 2 +- .../templates/system/user/authRole.html | 14 ++++---- .../resources/templates/system/user/edit.html | 2 +- .../resources/templates/system/user/user.html | 30 ++++++++-------- .../user/userexamine/examinedetail.html | 6 ++-- 10 files changed, 40 insertions(+), 62 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/train/add.html b/ruoyi-admin/src/main/resources/templates/system/train/add.html index 6a180a8..beb038d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/add.html @@ -38,7 +38,7 @@
- +
+
@@ -115,34 +115,12 @@
- -
-
-
- -
- -
-
-
-
-
- -
-
- - -
-
-
-
-
-
+
- -
- + +
+
diff --git a/ruoyi-admin/src/main/resources/templates/system/train/detail.html b/ruoyi-admin/src/main/resources/templates/system/train/detail.html index 08b1535..d5dba37 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/detail.html @@ -41,7 +41,7 @@
- +
@@ -88,7 +88,7 @@
- +
@@ -115,7 +115,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/train/examine.html b/ruoyi-admin/src/main/resources/templates/system/train/examine.html index fb72f01..38c7fa3 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/examine.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/examine.html @@ -40,7 +40,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/user/authRole.html b/ruoyi-admin/src/main/resources/templates/system/user/authRole.html index a2a131d..1cc11fd 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/authRole.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/authRole.html @@ -11,7 +11,7 @@
- +
@@ -24,9 +24,9 @@
-
+
- +

分配角色

@@ -37,7 +37,7 @@
- +
  @@ -48,7 +48,7 @@ - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/user/edit.html b/ruoyi-admin/src/main/resources/templates/system/user/edit.html index 32a3da8..12dbbaf 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/edit.html @@ -14,7 +14,7 @@
- +
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 68f70d2..80b0fa0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -24,7 +24,7 @@
- +
@@ -60,7 +60,7 @@
- + - +
- + @@ -140,7 +140,7 @@ }, { field: 'userName', - title: '用户名称' + title: '人员姓名' }, { field: 'dept.deptName', @@ -197,7 +197,7 @@ }; $.table.init(options); } - + function queryDeptTree() { var url = ctx + "system/user/deptTreeData"; @@ -207,30 +207,30 @@ onClick : zOnClick }; $.tree.init(options); - + function zOnClick(event, treeId, treeNode) { $("#deptId").val(treeNode.id); $("#parentId").val(treeNode.pId); $.table.search(); } } - + $('#btnExpand').click(function() { $._tree.expandAll(true); $(this).hide(); $('#btnCollapse').show(); }); - + $('#btnCollapse').click(function() { $._tree.expandAll(false); $(this).hide(); $('#btnExpand').show(); }); - + $('#btnRefresh').click(function() { queryDeptTree(); }); - + /* 自定义重置-表单重置/隐藏框/树节点选择色/搜索 */ function resetPre() { resetDate(); @@ -252,13 +252,13 @@ var url = prefix + '/resetPwd/' + userId; $.modal.open("重置密码", url, '800', '300'); } - + /* 用户管理-分配角色 */ function authRole(userId) { var url = prefix + '/authRole/' + userId; $.modal.openTab("用户分配角色", url); } - + /* 用户状态显示 */ function statusTools(row) { if (row.status == 1) { @@ -267,7 +267,7 @@ return ' '; } } - + /* 用户管理-停用 */ function disable(userId) { $.modal.confirm("确认要停用用户吗?", function() { @@ -298,4 +298,4 @@
- \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html index fa909d9..26020fe 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examinedetail.html @@ -29,9 +29,9 @@
- +
- +
@@ -344,4 +344,4 @@ }) - \ No newline at end of file +