From c6f79f5720c5d4a700b8b759a93393559409fd1c Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期一, 20 五月 2024 15:11:58 +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/edit.html | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html index ecdff4f..4706995 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/edit.html @@ -15,13 +15,13 @@ </div> </div> <div class="form-group"> - <label class="col-sm-3 control-label">瀛斿彛楂樼▼锛�</label> + <label class="col-sm-3 control-label">瀛斿彛楂樼▼(m)锛�</label> <div class="col-sm-8"> <input name="elevation" th:field="*{elevation}" class="form-control" type="text"> </div> </div> <div class="form-group"> - <label class="col-sm-3 control-label">璁捐瀛旀繁锛�</label> + <label class="col-sm-3 control-label">璁捐瀛旀繁(m)锛�</label> <div class="col-sm-8"> <input name="depth" th:field="*{depth}" class="form-control" type="text" > </div> @@ -47,10 +47,16 @@ </div> </div> </div> - <div class="form-group"> - <label class="col-sm-3 control-label">杩涘害锛�</label> + <div class="form-group"> + <label class="col-sm-3 control-label">鎬昏繘灏猴紙m锛夛細</label> <div class="col-sm-8"> - <input name="pic1" th:field="*{pic1}" class="form-control" type="text" placeholder="璇疯緭鍏ヨ繘搴︽暟瀛楋紙渚嬶細10浠h〃10%锛�"> + <input name="footage" th:field="*{footage}" class="form-control" type="text" placeholder="璇疯緭鍏ユ�昏繘灏�,鍗曚綅锛坢锛�"> + </div> + </div> + <div class="form-group"> + <label class="col-sm-3 control-label">宸插畬鎴愯繘灏猴紙m锛夛細</label> + <div class="col-sm-8"> + <input name="footageCpl" th:field="*{footageCpl}" class="form-control" type="text" placeholder="璇疯緭鍏ュ凡瀹屾垚杩涘昂,鍗曚綅锛坢锛�"> </div> </div> </form> -- Gitblit v1.9.1