地质所 沉降监测网建设项目
zmk
2024-05-20 8d00f769c1e5113e714cbb5e39752d1cf705f5aa
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/add.html
@@ -14,6 +14,14 @@
                </div>
            </div>
            <div class="form-group">
                <label class="col-sm-3 control-label">钻孔类型:</label>
                <div class="col-sm-8">
                    <select name="type" class="form-control m-b" th:with="type=${@dict.getType('hole_type')}">
                        <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
                    </select>
                </div>
            </div>
            <div class="form-group">
                <label class="col-sm-3 control-label">孔口高程(m):</label>
                <div class="col-sm-8">
                    <input name="elevation" class="form-control" type="text">