From fc15aa768cdb6c48ee8b21a5f43570c2f955a9ff Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期三, 22 五月 2024 11:46:04 +0800
Subject: [PATCH] 场地状态,首页统计

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

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html
index ba3a6f5..511673c 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.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>
@@ -10,15 +10,23 @@
         <form class="form-horizontal m" id="form-project-edit" th:object="${project}">
             <input name="ids" th:field="*{ids}" type="hidden">
             <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" th:field="*{code}" 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">鍦哄湴鍚嶇О锛�</label>
                 <div class="col-sm-8">
                     <input name="fullName" th:field="*{fullName}" class="form-control" 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}" th:field="*{status}"></option>
+                    </select>
                 </div>
             </div>
             <div class="form-group">
@@ -42,7 +50,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" th:field="*{leader}" class="form-control" type="text">
                 </div>
@@ -64,14 +72,14 @@
             <div class="form-group">
                 <label class="col-sm-3 control-label">寮�濮嬫椂闂达細</label>
                 <div class="col-sm-8">
-                    <input name="startTime"  th:field="*{startTime}" type="text" class="form-control" id="start-time" placeholder="閫夋嫨椤圭洰璧峰鏃堕棿">
+                    <input name="startTime"  th:field="*{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"  th:field="*{endTime}" type="text" class="form-control" id="end-time" placeholder="閫夋嫨椤圭洰缁撴潫鏃堕棿">
+                    <input name="endTime"  th:field="*{endTime}" type="text" class="form-control" id="end-time" placeholder="閫夋嫨鍦哄湴缁撴潫鏃堕棿">
                 </div>
             </div>
 

--
Gitblit v1.9.1