涉密人员审核列表查询

kingbase
dshclm 10 months ago
parent 1c3af23c92
commit 1bc7697ea9

@ -12,7 +12,7 @@
<ul>
<li>
<label>人员状态:</label>
<select name="trainState" th:with="type=${@dict.getType('sys_normal_disable')}">
<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>
@ -26,7 +26,7 @@
</li>
<li>
<label>人员姓名:</label>
<input type="text" name="trainName"/>
<input type="text" name="userName"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
@ -134,4 +134,4 @@
}
</script>
</body>
</html>
</html>

Loading…
Cancel
Save