From a1d261d6c92c38d9e496e11d1bc224ecc1d34798 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期二, 14 十一月 2023 09:14:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TStoreList.html |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TStoreList.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TStoreList.html
index 7c6e1a5..bb566da 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TStoreList.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TStoreList.html
@@ -10,7 +10,7 @@
                     <div class="col-sm-12">
                         <div class="row">
                             <div class="col-sm-3">
-                                <select class="form-control" id="province">
+                                <select class="form-control" id="province" >
                                     <option value="">全部</option>
                                 </select>
                             </div>
@@ -19,11 +19,7 @@
                                     <option value="">全部</option>
                                 </select>
                             </div>
-                    <div class="col-sm-3">
-                        <#SelectCon id="userPopulation" name="所属账号" >
-                        <option value="">全部</option>
-                    </#SelectCon>
-                </div>
+
                 <div class="col-sm-3">
                     <#NameCon id="storeName" name="门店名称" placeholder="请输入门店名称"/>
                 </div>

--
Gitblit v1.7.1