From 26bdd0dc8e1d37c484e6dc199fd933d32bb88e29 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期日, 19 五月 2024 12:49:59 +0800
Subject: [PATCH] 提交代码

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

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html
index 49ec861..1c29812 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/edit.html
@@ -35,6 +35,12 @@
                     <input name="labels" th:field="*{labels}" class="form-control" type="text">
                 </div>
             </div>
+            <div class="form-group">
+                <label class="col-sm-3 control-label">澶囨敞锛�</label>
+                <div class="col-sm-8">
+                    <textarea id="remark" th:field="*{remark}" name="remark" class="form-control"></textarea>
+                </div>
+            </div>
         </form>
     </div>
     <th:block th:include="include :: footer" />

--
Gitblit v1.9.1