From c174b26c85b9b03894dd06d8fbf28e398709da4d Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Tue, 20 May 2025 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/user/add.html | 84 ++----------------- .../resources/templates/system/user/edit.html | 62 ++------------ .../resources/templates/system/user/user.html | 8 -- 3 files changed, 14 insertions(+), 140 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/add.html b/ruoyi-admin/src/main/resources/templates/system/user/add.html index a340d363..51f8ba72 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/add.html @@ -69,9 +69,9 @@
- +
- +
@@ -101,9 +101,9 @@
- +
- +
@@ -169,42 +169,6 @@
-
-
- -
-
- - -
-
-
-
-
-
- -
-
- - -
-
-
-
-
- -
-
-
- -
- -
-
-
@@ -213,42 +177,6 @@
- -
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
-
-
- -
- - 选择文件 - 更改 - - - - - - × -
-
-
@@ -257,6 +185,10 @@
+ + +
+

其他信息

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 8c67bca0..ae7cc376 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/edit.html @@ -44,9 +44,9 @@
- +
- +
@@ -98,9 +98,9 @@
- +
- +
@@ -152,54 +152,6 @@
-
-
- -
- -
-
-
- -
-
-
- -
-
- - -
-
-
-
-
-
- -
-
- - -
-
-
-
-
-
-
-
- -
- -
-
-
@@ -209,7 +161,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 9db7eaaf..e3161887 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -163,14 +163,6 @@ return statusTools(row); } }, - { - title: '审核状态', - align: 'center', - field: 'examine', - formatter: function(value, row, index) { - return $.table.selectDictLabel(examineState, value); - } - }, { field: 'createTime', title: '创建时间',