|
|
|
@ -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',
|
|
|
|
|