From d7267c7e475cb544bdd0d3132fc23831cbb0a2aa Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期三, 25 十月 2023 11:22:47 +0800 Subject: [PATCH] 运营商权限 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html | 3 +-- 1 files changed, 1 insertions(+), 2 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 1c406c6..376c3f8 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 @@ -65,6 +65,7 @@ </select> </div> </div> + @} <div class="form-group" id="provinceCode"> <label class="col-sm-3 control-label">所在省:</label> <div class="col-sm-9"> @@ -79,14 +80,12 @@ <label class="col-sm-3 control-label">所在市:</label> <div class="col-sm-9"> <select class="form-control" id="cCode" name="cCode"> - <option value="">选择市</option> @for(obj in list1){ <option value="${obj.id}" ${item.cityCode == obj.code ? 'selected=selected' : ''}>${obj.name}</option> @} </select> </div> </div> - @} <#input id="name" name="门店名称" type="text" value="${item.name}"/> <#input id="phone" name="联系电话" type="text" value="${item.phone}"/> <div hidden id="longitude" value="${item.lon}"></div> -- Gitblit v1.7.1