已经完成

效率级别修改编辑页面
master
森屿海巷 4 years ago
parent cb81854468
commit cf063b3074

@ -67,7 +67,9 @@
<div class="form-group">
<label class="col-sm-3 control-label">效率级别:</label>
<div class="col-sm-8">
<input name="efficiency" th:field="*{efficiency}" class="form-control" type="text">
<select name="efficiency" class="form-control m-b" th:with="type=${@baseEfficiencyLevelService.selectBaseEfficiencyLevelList(null)}">
<option th:each="dict : ${type}" th:text="${dict.levelName}" th:value="${dict.efficiencyLevel}" th:field="*{efficiency}"></option>
</select>
</div>
</div>
<div class="form-group">

Loading…
Cancel
Save