From aff43f8ebe077b9daf097e1c583304c0252bf440 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 24 十月 2023 18:49:28 +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.html | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite.html index 36b1223..6ae7cb9 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite.html @@ -40,9 +40,12 @@ </div> </div> @} + + @if(objectType !=3){ <div class="col-sm-3"> <#NameCon id="storeName" name="门店名称" /> </div> + @} <div class="col-sm-3"> <div class="input-group"> @@ -63,7 +66,7 @@ <#NameCon id="name" name="场地名称" /> </div> - + @if(objectType !=3){ <div class="col-sm-3"> <div class="input-group"> <div class="input-group-btn open"> @@ -81,6 +84,12 @@ </select> </div> </div> + @} + @if(objectType ==3){ + <div class="col-sm-3"> + <#NameCon id="storeName" name="门店名称" /> + </div> + @} <div class="col-sm-3"> <#button name="搜索" icon="fa-search" clickFun="TSite.search()"/> <#button name="重置" icon="fa-trash" clickFun="TSite.resetSearch()" space="true"/> -- Gitblit v1.7.1