|
|
|
@ -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> 搜索</a>
|
|
|
|
|