From a999c9084ba7b6f410a9743da11c8ce469cdf41b Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期五, 17 五月 2024 15:35:11 +0800
Subject: [PATCH] 修改钻孔

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html
index 40d1431..df294da 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="zh" xmlns:th="http://www.thymeleaf.org" >
 <head>
-    <th:block th:include="include :: header('鏂板椤圭洰')" />
+    <th:block th:include="include :: header('鏂板鍦哄湴')" />
     <th:block th:include="include :: select2-css" />
     <th:block th:include="include :: datetimepicker-css" />
 </head>
@@ -9,14 +9,14 @@
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">
         <form class="form-horizontal m" id="form-project-add">
             <div class="form-group">
-                <label class="col-sm-3 control-label">椤圭洰缂栧彿锛�</label>
+                <label class="col-sm-3 control-label">鍦哄湴缂栧彿锛�</label>
                 <div class="col-sm-8">
                     <input name="code" class="form-control" required type="text">
                 </div>
             </div>
 
             <div class="form-group">
-                <label class="col-sm-3 control-label">椤圭洰鍚嶇О锛�</label>
+                <label class="col-sm-3 control-label">鍦哄湴鍚嶇О锛�</label>
                 <div class="col-sm-8">
                     <input name="fullName" class="form-control" required type="text">
                 </div>
@@ -46,7 +46,7 @@
                 </div>
             </div>
             <div class="form-group">    
-                <label class="col-sm-3 control-label">椤圭洰璐熻矗浜猴細</label>
+                <label class="col-sm-3 control-label">鍦哄湴璐熻矗浜猴細</label>
                 <div class="col-sm-8">
                     <input name="leader" class="form-control" type="text">
                 </div>
@@ -67,14 +67,14 @@
             <div class="form-group">
                 <label class="col-sm-3 control-label">寮�濮嬫椂闂达細</label>
                 <div class="col-sm-8">
-                    <input name="startTime" type="text" class="form-control" id="start-time"  placeholder="閫夋嫨椤圭洰璧峰鏃堕棿">
+                    <input name="startTime" type="text" class="form-control" id="start-time"  placeholder="閫夋嫨鍦哄湴璧峰鏃堕棿">
                 </div>
             </div>
 
             <div class="form-group">
                 <label class="col-sm-3 control-label">缁撴潫鏃堕棿锛�</label>
                 <div class="col-sm-8">
-                    <input name="endTime" type="text" class="form-control" id="end-time"  placeholder="閫夋嫨椤圭洰缁撴潫鏃堕棿">
+                    <input name="endTime" type="text" class="form-control" id="end-time"  placeholder="閫夋嫨鍦哄湴缁撴潫鏃堕棿">
                 </div>
             </div>
 

--
Gitblit v1.9.1