Helius
2022-03-25 0b342b923cbec6ca293a98dd192b40c0fd2c12db
src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -64,12 +64,12 @@
    <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">1</a>
</script>
<script type="text/html" id="withdraw-option">
    <span shiro:lacksPermission="user:view,user:update,user:delete">
    <span shiro:lacksPermission="withdraw:agree,withdraw:disagree">
        <span class="layui-badge-dot febs-bg-orange"></span> 无权限
    </span>
    {{# if(d.status == 1) { }}
    <a lay-event="agree" shiro:hasPermission="member:accountStatus">审核通过</a>
    <a lay-event="disagree" shiro:hasPermission="member:changeAble">审核驳回</a>
    <a lay-event="agree" shiro:hasPermission="withdraw:agree">审核通过</a>
    <a lay-event="disagree" shiro:hasPermission="withdraw:disagree">审核驳回</a>
    {{# } }}
</script>
<script data-th-inline="none" type="text/javascript">