From 548a01654a5fdb158aa2cca86ae83ffaebbb0395 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 03 Jan 2025 09:37:11 +0800
Subject: [PATCH] feat(mall): 增加 USDT 提现功能

---
 src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
index e283efb..4659eb4 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -254,6 +254,7 @@
                     {field: 'phone', title: '账号', minWidth: 150,align:'left',totalRowText:"合计"},
                     {field: 'name', title: '昵称', minWidth: 100,align:'left'},
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},
+                    {field: 'commission', title: 'USDT', minWidth: 100,align:'left', totalRow:true},
                     {field: 'balance', title: '碳币', minWidth: 100,align:'left', totalRow:true},
                     {field: 'score', title: '碳积分', minWidth: 100,align:'left', totalRow:true},
                     {field: 'directCnt', title: '直推', minWidth: 100,align:'left', totalRow:true},

--
Gitblit v1.9.1