From e27f9d475c8732b64dbc863640e25d5253d707f1 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期五, 24 五月 2024 10:45:07 +0800 Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/edit.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/edit.html index 2dc7278..d8f4ded 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/edit.html @@ -11,7 +11,7 @@ <div class="form-group"> <label class="col-sm-3 control-label">閽诲瓟缂栧彿锛�</label> <div class="col-sm-8"> - <input name="code" th:field="*{code}" class="form-control" type="text"> + <input name="code" th:field="*{code}" required class="form-control" type="text" placeholder="璇峰~鍐欓捇瀛旂紪鍙�"> </div> </div> <div class="form-group"> @@ -31,14 +31,14 @@ <div class="col-sm-8"> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span> - <input name="createTime" th:value="${#dates.format(holeLog.createTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text"> + <input name="createTime" th:value="${#dates.format(holeLog.createTime, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text" required> </div> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">璁板綍浜猴細</label> <div class="col-sm-8"> - <input name="recordPerson" th:field="*{recordPerson}" class="form-control" type="text"> + <input name="recordPerson" th:field="*{recordPerson}" class="form-control" type="text" required placeholder="濉啓璁板綍浜�"> </div> </div> <div class="form-group"> -- Gitblit v1.9.1