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 @@ - +
- -