|
@@ -364,7 +364,9 @@
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label double-line">建筑规模:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:input path="GCGMValue" htmlEscape="false" readonly="true" class="form-control layui-input number" />
|
|
|
+ <form:select path="GCGMValue" disabled="true" class="form-control layui-input required simple-select" lay-filter="GCGMValue">
|
|
|
+ <form:options items="${fns:getMainDictList('architectural_scale')}" disabled="true" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
+ </form:select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|