月度详情

master
OathK1per 2022-08-19 20:08:24 +08:00
parent dd541bf2a0
commit e2aa5ed08f
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@
<!--选项卡tabsend-->
<div class="am-margin">
<button type="button" class="am-btn am-btn-warning am-btn-xs" onclick="javascript:history.go(-1);">返回上一级</button>
<button type="button" class="am-btn am-btn-warning am-btn-xs" onclick="location.href='${base}/monthlySettle/list'">返回上一级</button>
<@shiro.hasPermission name="MONTHLY_SETTLE_EXPORT">
<button type="button" class="am-btn am-btn-primary am-btn-xs" id="exportSingle">导出</button>
</@shiro.hasPermission>