From 5ecb954f03f2da90df620155cc98edf3b8184b3d Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 26 十月 2023 15:07:33 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/yuyue_edit.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/yuyue_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/yuyue_edit.html index 43eef87..04679c5 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/yuyue_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/yuyue_edit.html @@ -9,6 +9,7 @@ <input type="hidden" id="id" value="${item.id}"> <div class="form-horizontal"> <div class="row"> + @if(objType !=3){ <div class="form-group"> <label class="col-sm-3 control-label">*所在省:</label> <div class="col-sm-4"> @@ -29,6 +30,8 @@ </select> </div> </div> + @} + <div class="form-group"> <label class="col-sm-3 control-label">*所属门店:</label> <div class="col-sm-4"> -- Gitblit v1.7.1