新增累计字段

This commit is contained in:
liaozetao
2023-11-01 13:08:22 +08:00
parent 332edf1d0c
commit f8fc444e32

View File

@@ -206,8 +206,11 @@ export default {
{ field: 'totalChargeAmount', title: '累计充值(美元)', align: 'center', width: '5%', },
{ field: 'totalChargeUserNum', title: '累计充值人数', align: 'center', width: '5%', },
{ field: 'totalChargeNum', title: '累计充值次数', align: 'center', width: '5%', },
{ field: 'totalGiveNum', title: '累计收到转赠次数', align: 'center', width: '5%', },
{ field: 'totalGiveAmount', title: '累计收到转赠金额', align: 'center', width: '5%', },
{ field: 'newUserGiveAmount', title: '当月新增转赠', align: 'center', width: '10%', valign: 'center' },
{ field: 'totalGiveAmount', title: '累计转赠(美元)', align: 'center', width: '5%', },
{ field: 'totalGiveUserNum', title: '累计转赠人数', align: 'center', width: '5%', },
{ field: 'totalGiveNum', title: '累计转赠次数', align: 'center', width: '5%', },
{
field: 'month',
title: '操作',