From add2d28c3aeccfe57338c439967abbb83117b20e Mon Sep 17 00:00:00 2001
From: liujie <liujie>
Date: 星期二, 17 十月 2023 09:56:55 +0800
Subject: [PATCH] 修改bug

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
index bd601b6..a2f92c1 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
@@ -73,6 +73,17 @@
                     </select>
                 </div>
             </div>
+
+            <div class="form-group" >
+                <label class="col-sm-3 control-label">*场地类型:</label>
+                <div class="col-sm-9">
+                    <select style="width: 300px" class="form-control" id="siteTypeOne" name = "typeId" onchange="updateTime1()">
+                        @for(obj in typeNames){
+                        <option value="${obj}" ${obj == list.typeName ? 'selected=selected' : ''}>${obj}</option>
+                        @}
+                    </select>
+                </div>
+            </div>
             <div class="form-group" id="siteType">
                 <label class="col-sm-3 control-label">*场地类型:</label>
                 <div class="col-sm-9">

--
Gitblit v1.7.1