From b8af2974b1e09faffcaeac552cbab73545d9e443 Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Tue, 16 Apr 2024 10:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E4=BA=BA=E5=91=98=E7=99=BB?= =?UTF-8?q?=E8=AE=B0=E3=80=81=E6=B6=89=E5=AF=86=E4=BA=BA=E5=91=98=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/user/user.html | 9 + .../user/userexamine/examinedetail.html | 343 +++++++++++++++++- .../system/user/userexamine/userexamine.html | 137 ++++++- 3 files changed, 480 insertions(+), 9 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 1d9f18e..68f70d2 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -93,6 +93,7 @@ var editFlag = [[${@permission.hasPermi('system:user:edit')}]]; var removeFlag = [[${@permission.hasPermi('system:user:remove')}]]; var resetPwdFlag = [[${@permission.hasPermi('system:user:resetPwd')}]]; + var examineState = [[${@dict.getType('sys_examine_state')}]]; var prefix = ctx + "system/user"; $(function() { @@ -162,6 +163,14 @@ return statusTools(row); } }, + { + title: '审核状态', + align: 'center', + field: 'examine', + formatter: function(value, row, index) { + return $.table.selectDictLabel(examineState, value); + } + }, { field: 'createTime', title: '创建时间', 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 566549b..fa909d9 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 @@ -1,10 +1,347 @@ - +
- -