From d75d23ea4677b58162356634772630f3ab74dfef Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 26 Oct 2023 15:12:16 +0800
Subject: [PATCH] 版本管理

---
 src/main/resources/templates/febs/views/modules/chat/userPerkList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/chat/userPerkList.html b/src/main/resources/templates/febs/views/modules/chat/userPerkList.html
index 374ae3b..eeac505 100644
--- a/src/main/resources/templates/febs/views/modules/chat/userPerkList.html
+++ b/src/main/resources/templates/febs/views/modules/chat/userPerkList.html
@@ -150,10 +150,10 @@
                     {field: 'avaAmount', title: '账户余额', minWidth: 80,align:'center',totalRow: '{{= parseInt(d.avaAmount) }}'},
                     {field: 'groupRedBagNum', title: '群红包数', minWidth: 80,align:'center'},
                     {field: 'redBagTotalAmount', title: '发红包总额', minWidth: 100,align:'center'},
-                    {field: 'redBagAvaAmount', title: '未领取总额', minWidth: 100,align:'center'},
-                    {field: 'getRedbagAmount', title: '领红包金额', minWidth: 100,align:'center'},
-                    {field: 'boomToAmount', title: '中雷返回金额', minWidth: 120,align:'center'},
-                    {field: 'teamPerkAmount', title: '等级收益金额', minWidth: 120,align:'center'},
+                    {field: 'redBagAvaAmount', title: '未被领取总额', minWidth: 120,align:'center'},
+                    {field: 'getRedbagAmount', title: '领取红包总额', minWidth: 120,align:'center'},
+                    {field: 'boomToAmount', title: '中雷扣除', minWidth: 120,align:'center'},
+                    {field: 'teamPerkAmount', title: '中雷补偿团队奖励', minWidth: 160,align:'center'},
                     {field: 'getBoom', title: '中雷', templet: '#switchGetBoom', minWidth: 80,align:'center'},
                     {field: 'createTime', title: '注册时间', minWidth: 160,align:'center'},
                 ]]

--
Gitblit v1.9.1