From 52e1d0189c197a77787bb276492a68b8d0f8b4c9 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 13 Jan 2025 11:55:55 +0800 Subject: [PATCH] refactor(ZzSmsSend): 更新短信发送配置 --- 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