From cf6b7d7ebd13d2b6fe131112b92f5c607bebd868 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 25 十月 2023 17:14:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html |    4 ----
 1 files changed, 0 insertions(+), 4 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 a3718c9..bbee6db 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
@@ -202,7 +202,6 @@
                     <button class="btn btn-outline btn-success" type="file" onclick="UploadFileFn()"><i class="fa fa-upload"></i>上传文件</button>
                 </div>
             </div>
-            @if(objectType ==1){
             <div class="row" id="app1">
                 <div class="form-group">
                     <label class="col-sm-3 control-label head-scu-label">*实景图片(请上传不超过五张图片): </label>
@@ -224,16 +223,13 @@
                     </div>
                 </div>
             </div>
-            @}
         </div>
-        @if(objectType==1){
         <div class="form-group" style="margin-left: 205px;">
             <label class="col-sm-1 control-label">*添加闸机:</label>
             <div class="col-sm-9">
                 <input class="form-control" id="ids" name="ids" value="${list.ids}" type="text" style="width: 300px" placeholder="请输入闸机ID">
             </div>
         </div>
-        @}
         <div class="form-group"   style="margin-left: 13%;display: inline-flex;margin-top: 16px;" >
             <label class="col-sm-2 control-label">场地说明:</label>
             <div class="col-sm-5" style="margin-left: -35px;">

--
Gitblit v1.7.1