From 957a8e8f5a01de49baa837e30492de511bf407e3 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 27 三月 2023 18:10:06 +0800 Subject: [PATCH] 权限配置,基础信息管理 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tBranchOffice/tBranchOffice.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBranchOffice/tBranchOffice.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBranchOffice/tBranchOffice.html index 944fcb5..9d4f6ff 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBranchOffice/tBranchOffice.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBranchOffice/tBranchOffice.html @@ -48,8 +48,12 @@ @if(shiro.hasPermission("/tBranchOffice/update")){ <#button name="编辑" icon="fa-edit" clickFun="TBranchOffice.openTBranchOfficeDetail()" space="true"/> @} + @if(shiro.hasPermission("/tBranchOffice/stop")){ <#button name="冻结" icon="fa-edit" clickFun="TBranchOffice.stop()" space="true"/> + @} + @if(shiro.hasPermission("/tBranchOffice/start")){ <#button name="启动" icon="fa-edit" clickFun="TBranchOffice.start()" space="true"/> + @} </div> </div> <!--<div class="hidden-xs" id="TBranchOfficeTableToolbar" role="group"> -- Gitblit v1.7.1