From 819c0b6478fb3385c8457cd03e04fdf0d3b90a70 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 21 五月 2024 10:11:44 +0800 Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/add.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/add.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/add.html index d178bb9..ede720d 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/add.html +++ b/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"> -- Gitblit v1.9.1