feat:维修商页面调整

kingbase
wangxy 10 months ago
parent 2099077837
commit 951cce818e

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

Loading…
Cancel
Save