|
|
@ -21,7 +21,7 @@
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<label>状态:</label>
|
|
|
|
<label>状态:</label>
|
|
|
|
<select name="indentureState" th:with="type=${@dict.getType('sys_normal_disable')}">
|
|
|
|
<select name="indentureState" th:with="type=${@dict.getType('sys_normal_disable')}">
|
|
|
|
<option value="">所有</option>
|
|
|
|
<option value="">---请选择---</option>
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|