地质所 沉降监测网建设项目
chenhuan
2024-05-21 819c0b6478fb3385c8457cd03e04fdf0d3b90a70
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">