|
|
|
@ -8,6 +8,7 @@
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
|
<form class="form-horizontal m" id="form-monitorUnitInfo-edit" th:object="${baseMonitorunitInfo}">
|
|
|
|
|
<input name="ObjId" th:field="*{objId}" type="hidden">
|
|
|
|
|
<input name="enableFlag" th:field="*{enableFlag}" type="hidden">
|
|
|
|
|
<input id="monitorunitImage" name="monitorunitImage" th:field="*{monitorunitImage}" type="hidden">
|
|
|
|
|
<input id="monitorunitId" name="monitorunitId" th:field="*{monitorunitId}" type="hidden">
|
|
|
|
|
<!--<div class="form-group">
|
|
|
|
@ -59,14 +60,14 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<!--<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">是否启用:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="enableFlag" class="form-control m-b" th:with="type=${@dict.getType('enable_flag')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{enableFlag}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<h4 class="form-header h4">上传模型</h4>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="file-loading">
|
|
|
|
|