From 17c94afc50e7957b8fd98413cdc9cbbdc4c7967a Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Thu, 18 Jul 2024 17:41:19 +0800
Subject: [PATCH] 逻辑
---
src/main/resources/templates/febs/views/dapp/member-withdraw.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 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 109385a..d4bc26a 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -130,12 +130,12 @@
id: 'withdrawTable',
url: ctx + 'flow/fundFlow?type=21',
cols: [[
- {field: 'address', title: '地址', minWidth: 130},
- {field: 'createTime', title: '创建时间', minWidth: 180},
- {field: 'amount', title: '提现金额(USDT)', minWidth: 130},
+ {field: 'address', title: '地址', minWidth: 400},
+ {field: 'createTime', title: '创建时间', minWidth: 100},
{title: '提现状态', templet: '#withdraw-status'},
- {field: 'fee', title: '手续费', minWidth: 130},
- {title: '操作', toolbar: '#withdraw-option', minWidth: 200}
+ {field: 'amount', title: '提取数量', minWidth: 80},
+ {field: 'fee', title: '手续费', minWidth: 80},
+ {title: '操作', toolbar: '#withdraw-option', minWidth: 300}
]]
});
}
--
Gitblit v1.9.1