From 40f362f8c120a94f35e28dcba6e70b5e42c6d599 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 24 十月 2023 20:32:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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