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/tBill/tBill.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBill/tBill.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBill/tBill.html index bc0ead3..7a2ad09 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBill/tBill.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tBill/tBill.html @@ -41,9 +41,9 @@ <#button name="重置" icon="fa-trash" clickFun="TBill.resetSearch()" space="true"/> </div> <div class="col-sm-12"> - <button type="button" class="btn btn-primary " onclick="TBill.export()" id="export"> - <i class="fa "></i> 导出 - </button> + @if(shiro.hasPermission("/tBill/export")){ + <#button name="导出" icon="" clickFun="TBill.export()"/> + @} </div> </div> <div class="hidden-xs" id="TBillTableToolbar" role="group"> -- Gitblit v1.7.1