From d04e6ff0df71d36c341cae9dde49def1a9f4bd92 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 25 Jun 2024 11:16:38 +0800
Subject: [PATCH] 后台矩阵列表
---
src/main/resources/templates/febs/views/dapp/member-withdraw.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 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 5734a20..a226164 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -130,13 +130,13 @@
id: 'withdrawTable',
url: ctx + 'flow/fundFlow?type=21',
cols: [[
- {field: 'address', title: '地址', minWidth: 200},
- {field: 'createTime', title: '创建时间', minWidth: 150},
- {field: 'amountReal', title: '到账金额(USDT)', minWidth: 100},
+ {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: 100},
- {field: 'fee', title: '手续费', minWidth: 100},
- {title: '操作', toolbar: '#withdraw-option', minWidth: 200}
+ {field: 'amount', title: '提现金额(USDT)', minWidth: 80},
+ {field: 'fee', title: '手续费', minWidth: 80},
+ {title: '操作', toolbar: '#withdraw-option', minWidth: 300}
]]
});
}
--
Gitblit v1.9.1