From ded7b20c06c16646a1f718c32a78e463844da6da Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期日, 08 十月 2023 15:11:01 +0800 Subject: [PATCH] 10.8 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball.html index 90cd023..821164a 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball.html @@ -26,7 +26,7 @@ </div> </div> @} - @if(role=='1'){ + <div class="col-sm-3"> <div class="input-group"> <div class="input-group-btn open"> @@ -38,7 +38,6 @@ </select> </div> </div> - @} <div class="col-sm-3"> <#NameCon id="store" name="门店名称" /> @@ -57,7 +56,7 @@ <#button name="添加" icon="fa-plus" clickFun="TStudent.openAddTStudent()"/> <#button name="修改" icon="fa-edit" clickFun="TStudent.openTStudentDetail()" space="true"/> - <#button name="查看详情" icon="fa-edit" clickFun="TStudent.openTStudentDetail1()" space="true"/> + <#button name="介绍管理" icon="fa-edit" clickFun="TStudent.openTStudentDetail1()" space="true"/> @if(shiro.hasPermission("/tStudent/delete")){ <#button name="删除" icon="fa-remove" clickFun="TStudent.delete()" space="true"/> -- Gitblit v1.7.1