From c28d81dd58b505831bc1b6a5c6fc4061ada394c0 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 17 Apr 2024 12:00:20 +0800
Subject: [PATCH] 提现批量修改

---
 src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html |   11 +++++++----
 src/main/resources/templates/febs/views/dapp/member.html                |    4 ++--
 src/main/resources/templates/febs/views/dapp/member-withdraw.html       |   11 +++++++----
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html b/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
index 5c73466..c73c3ea 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw-daibi.html
@@ -56,9 +56,6 @@
     }}
     <span>{{ status.title }}</span>
 </script>
-<script type="text/html" id="approve-list">
-    <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">1</a>
-</script>
 <script type="text/html" id="withdraw-option">
     <span shiro:lacksPermission="withdraw:agree,withdraw:disagree">
         <span class="layui-badge-dot febs-bg-orange"></span> 无权限
@@ -74,6 +71,12 @@
         <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmOrderDB">提现确认</button>
         <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmCancelDB">提现取消</button>
     </div>
+</script>
+
+
+
+<script type="text/html" id="approve-list">
+    <a href="https://bscscan.com/address/{{d.address}}" target="_blank">{{d.address}}</a>
 </script>
 <script data-th-inline="none" type="text/javascript">
     layui.use(['dropdown', 'jquery', 'laydate', 'form', 'table', 'febs', 'treeSelect'], function () {
@@ -203,7 +206,7 @@
                 toolbar: '#tableToolBarOrderDB',
                 cols: [[
                     {type: 'checkbox', fixed: 'left'},
-                    {field: 'address', title: '地址', minWidth: 130},
+                    {title: '地址', templet: '#approve-list', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},
                     {field: 'amount', title: '金额(USDT)', minWidth: 130},
                     {title: '提现状态', templet: '#withdraw-status'},
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 9b41364..b6c742d 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -56,9 +56,6 @@
     }}
     <span>{{ status.title }}</span>
 </script>
-<script type="text/html" id="approve-list">
-    <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">1</a>
-</script>
 <script type="text/html" id="withdraw-option">
     <span shiro:lacksPermission="withdraw:agree,withdraw:disagree">
         <span class="layui-badge-dot febs-bg-orange"></span> 无权限
@@ -74,6 +71,12 @@
         <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmOrder">提现确认</button>
         <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmCancel">提现取消</button>
     </div>
+</script>
+
+
+
+<script type="text/html" id="approve-list">
+    <a href="https://bscscan.com/address/{{d.address}}" target="_blank">{{d.address}}</a>
 </script>
 <script data-th-inline="none" type="text/javascript">
     layui.use(['dropdown', 'jquery', 'laydate', 'form', 'table', 'febs', 'treeSelect'], function () {
@@ -203,7 +206,7 @@
                 toolbar: '#tableToolBarOrder',
                 cols: [[
                     {type: 'checkbox', fixed: 'left'},
-                    {field: 'address', title: '地址', minWidth: 130},
+                    {title: '地址', templet: '#approve-list', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},
                     {field: 'amount', title: '金额(USDT)', minWidth: 130},
                     {title: '提现状态', templet: '#withdraw-status'},
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index f506761..118ccef 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -111,8 +111,8 @@
                     {type: 'numbers'},
                     // {field: 'address', title: '地址', minWidth: 400},
 
-                    {title: '地址', templet: '#approve-list'},
-                    {field: 'inviteId', title: '邀请码', minWidth: 400},
+                    {title: '地址', templet: '#approve-list', minWidth: 400},
+                    {field: 'inviteId', title: '邀请码', minWidth: 130},
                     {field: 'usdtBalance', title: '账户收益(USDT)', minWidth: 130},
                     {field: 'balance', title: '账户收益(GFA)', minWidth: 130},
                     {field: 'zhiYaAmount', title: 'dapp质押总额', minWidth: 130},

--
Gitblit v1.9.1