From d90f59e88adc1a4cda13781d75e6c54ae46e1f88 Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Mon, 5 Aug 2024 11:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=94=B3=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/user/userexamine/userexamine.html | 52 ++++++++----------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html index d6a4930..fcd7191 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html @@ -63,21 +63,6 @@ field: 'loginName', title: '人员编号', }, - { - field: 'examine', - title: '审核状态', - formatter: function(value, row, index) { - return $.table.selectDictLabel(examineState, value); - } - }, - { - field: 'examineuser', - title: '审核人', - }, - { - field: 'examinedate', - title: '审核时间', - }, { field: 'userName', title: '人员姓名', @@ -104,6 +89,13 @@ field: 'userarea', title: '户籍地址', }, + { + field: 'examine', + title: '审核状态', + formatter: function(value, row, index) { + return $.table.selectDictLabel(examineState, value); + } + }, { title: '操作', align: 'center', @@ -126,21 +118,6 @@ field: 'loginName', title: '人员编号', }, - { - field: 'examine', - title: '审核状态', - formatter: function(value, row, index) { - return $.table.selectDictLabel(examineState, value); - } - }, - { - field: 'examineuser', - title: '审核人', - }, - { - field: 'examinedate', - title: '审核时间', - }, { field: 'userName', title: '人员姓名', @@ -167,6 +144,21 @@ field: 'userarea', title: '户籍地址', }, + { + field: 'examine', + title: '审核状态', + formatter: function(value, row, index) { + return $.table.selectDictLabel(examineState, value); + } + }, + { + field: 'examineuser', + title: '审核人', + }, + { + field: 'examinedate', + title: '审核时间', + }, { title: '操作', align: 'center',