|
|
@ -50,7 +50,7 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<!--<div class="form-group">
|
|
|
|
<label class="col-sm-3 control-label">当前状态:</label>
|
|
|
|
<label class="col-sm-3 control-label">当前状态:</label>
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<select name="monitorunitStatus" class="form-control m-b" th:with="type=${@dict.getType('monitorunit_status')}">
|
|
|
|
<select name="monitorunitStatus" class="form-control m-b" th:with="type=${@dict.getType('monitorunit_status')}">
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{monitorunitStatus}"></option>
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{monitorunitStatus}"></option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>-->
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-sm-3 control-label">是否启用:</label>
|
|
|
|
<label class="col-sm-3 control-label">是否启用:</label>
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<div class="col-sm-8">
|
|
|
|