新增累计字段
This commit is contained in:
@@ -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: '操作',
|
||||
|
Reference in New Issue
Block a user