From 75c8a2c15eaafd35cc90dafeac9f30c469d13c13 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 29 Mar 2022 16:54:33 +0800
Subject: [PATCH] fix

---
 src/main/resources/templates/febs/views/dapp/member-withdraw.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw.html b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
index 7f0475d..c51eb9b 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/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">
@@ -152,7 +152,7 @@
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},
-                    {field: 'amount', title: '提现金额', minWidth: 130},
+                    {field: 'amount', title: '提现金额(USDT)', minWidth: 130},
                     {title: '提现状态', templet: '#withdraw-status'},
                     {field: 'fee', title: '手续费', minWidth: 130},
                     {title: '操作', toolbar: '#withdraw-option', minWidth: 200}

--
Gitblit v1.9.1