From a1f05ddf1901ef80cb10cff9af57f457c99121c6 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期三, 03 七月 2024 17:25:03 +0800
Subject: [PATCH] 提交代码

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html |   20 ++++++++++++++------
 1 files changed, 14 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..0e494de 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,16 +9,24 @@
     <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>
+            </div>
+            <div class="form-group">
+                <label class="col-sm-3 control-label">鍦哄湴鐘舵�侊細</label>
+                <div class="col-sm-8">
+                    <select name="status" class="form-control m-b" th:with="type=${@dict.getType('project_status')}">
+                        <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
+                    </select>
                 </div>
             </div>
 
@@ -46,7 +54,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 +75,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