新增分组统计字段

This commit is contained in:
liaozetao
2023-10-30 12:13:32 +08:00
parent 642664edce
commit 55d1e6fc43

View File

@@ -359,6 +359,8 @@ export default {
{ field: 'chargeCount', title: '充值次数', align: 'center', width: '5%', },
{ field: 'chargeMoney', title: '充值金额(美元)', align: 'center', width: '5%', },
{ field: 'sendGiftMony', title: '送礼钻石数', align: 'center', width: '5%', },
{ field: 'giveCount', title: '累计收到转赠次数', align: 'center', width: '5%', },
{ field: 'totalGive', title: '累计收到转赠金额', align: 'center', width: '5%', },
{ field: 'arpu', title: 'Arpu', align: 'center', width: '5%', },
{ field: 'twoRemainCount', title: '次留', align: 'center', width: '5%', },
{ field: 'sevenRemainCount', title: '七留', align: 'center', width: '5%', },