From 1a0c0fc8b02415e919e17c0b6ffbf99d08dec8f5 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 07 四月 2023 17:40:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tComplaint/tComplaint.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tComplaint/tComplaint.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tComplaint/tComplaint.html index 2ed53d8..06db201 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tComplaint/tComplaint.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tComplaint/tComplaint.html @@ -33,7 +33,9 @@ <#button name="重置" icon="fa-trash" clickFun="TComplaint.resetSearch()" space="true"/> </div> <div class="col-sm-12"> - <#button name="立即处理" icon="" clickFun="TComplaint.immediatelyAudit()"/> + @if(shiro.hasPermission("/tComplaint/immediatelyAudit")){ + <#button name="立即处理" icon="fa-edit" clickFun="TComplaint.immediatelyAudit()"/> + @} @if(shiro.hasPermission("/tComplaint/delete")){ <#button name="删除" icon="fa-remove" clickFun="TComplaint.delete()" space="true"/> @} -- Gitblit v1.7.1