From d4819e728d81b311621d41a92a69f5d26f1a9f70 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 02 Jul 2024 18:03:08 +0800
Subject: [PATCH] 逻辑

---
 src/main/resources/templates/febs/views/dapp/member-withdraw.html |    3 +--
 1 files changed, 1 insertions(+), 2 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 a226164..d4bc26a 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -132,9 +132,8 @@
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 400},
                     {field: 'createTime', title: '创建时间', minWidth: 100},
-                    {field: 'amountReal', title: '到账金额(USDT)', minWidth: 80},
                     {title: '提现状态', templet: '#withdraw-status'},
-                    {field: 'amount', title: '提现金额(USDT)', minWidth: 80},
+                    {field: 'amount', title: '提取数量', minWidth: 80},
                     {field: 'fee', title: '手续费', minWidth: 80},
                     {title: '操作', toolbar: '#withdraw-option', minWidth: 300}
                 ]]

--
Gitblit v1.9.1