diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userApply/userApply.html b/ruoyi-admin/src/main/resources/templates/system/user/userApply/userApply.html index c8ffd50..534e522 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userApply/userApply.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userApply/userApply.html @@ -10,20 +10,6 @@ <form id="formId"> <div class="select-list"> <ul> - <li> - <label>人员状态:</label> - <select name="status" th:with="type=${@dict.getType('sys_normal_disable')}"> - <option value="">---请选择---</option> - <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> - </select> - </li> - <li> - <label>状态:</label> - <select name="examine" th:with="type=${@dict.getType('sys_user_examine')}"> - <option value="">---请选择---</option> - <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> - </select> - </li> <li> <label>人员姓名:</label> <input type="text" name="userName"/> @@ -63,6 +49,10 @@ field: 'loginName', title: '人员编号', }, + { + field: 'userName', + title: '人员姓名', + }, { field: 'examine', title: '状态', @@ -70,10 +60,6 @@ return $.table.selectDictLabel(examineState, value); } }, - { - field: 'userName', - title: '人员姓名', - }, { title: '操作', align: 'center', 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 42033f9..d6a4930 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 @@ -10,20 +10,6 @@ <form id="formId"> <div class="select-list"> <ul> - <li> - <label>人员状态:</label> - <select name="status" th:with="type=${@dict.getType('sys_normal_disable')}"> - <option value="">---请选择---</option> - <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> - </select> - </li> - <li> - <label>审核状态:</label> - <select name="examine" th:with="type=${@dict.getType('sys_user_examine')}"> - <option value="">---请选择---</option> - <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> - </select> - </li> <li> <label>人员姓名:</label> <input type="text" name="userName"/>