From f5ab1beef8bee453e6177e55fe7ecc2838f247e8 Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期三, 03 七月 2024 18:29:17 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/edit.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/edit.html index a14508e..1ca7db5 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/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="name" th:field="*{name}" class="form-control" type="text"> + <input name="name" th:field="*{name}" class="form-control" type="text" placeholder="璇疯緭鍏ヤ汉鍛樺悕绉�" required> </div> </div> <div class="form-group"> @@ -25,13 +25,13 @@ <div class="form-group"> <label class="col-sm-3 control-label">鎵嬫満鍙凤細</label> <div class="col-sm-8"> - <input name="phone" th:field="*{phone}" class="form-control" type="text"> + <input name="phone" th:field="*{phone}" class="form-control" type="text" placeholder="璇疯緭鍏ユ墜鏈哄彿" required> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">韬唤璇佸彿锛�</label> <div class="col-sm-8"> - <input name="idCard" th:field="*{idCard}" class="form-control" type="text"> + <input name="idCard" th:field="*{idCard}" class="form-control" type="text" placeholder="璇疯緭鍏ヨ韩浠借瘉鍙�" required> </div> </div> <div class="form-group"> @@ -96,7 +96,7 @@ function submitHandler() { var result = doSubmitFile(); - var documentFile =null; + var documentFile =""; if(result !=null){ if(result.code == web_status.SUCCESS){ documentFile= result.fileName; -- Gitblit v1.9.1