From a992ef30f108338b5318c31aaf49aeb98d9da77e Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 24 十月 2023 20:22:32 +0800
Subject: [PATCH] 运营商权限

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

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
index 3a2b6fd..1c406c6 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
@@ -45,6 +45,7 @@
             <input hidden id="role" value="${role}">
             <input hidden id="type" value="${item.type}">
 
+            @if(role=='1'){
             <div class="form-group">
                 <label class="col-sm-3 control-label">门店类型:</label>
                 <div class="col-sm-9">
@@ -52,6 +53,7 @@
                     <input type="radio" name="type" value="2" onclick="updateType(2)"> 运营商门店
                 </div>
             </div>
+            @}
             @if(role=='1'){
             <div class="form-group" id="yys" hidden >
                 <label class="col-sm-3 control-label">所属运营商:</label>

--
Gitblit v1.7.1