|
|
|
@ -65,7 +65,7 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">销毁状态:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="destoryState" class="form-control m-b" th:with="type=${@dict.getType('sys_destory_state')}">
|
|
|
|
|
<select name="destoryState" class="form-control m-b" th:with="type=${@dict.getType('sys_property_destory')}">
|
|
|
|
|
<option value="">---请选择---</option>
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{destoryState}"></option>
|
|
|
|
|
</select>
|
|
|
|
|