From 55d1e6fc43f96449b4a5de3fa420bf7ec77e7761 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 30 Oct 2023 12:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=86=E7=BB=84=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowteam/FlowTeamStatisticView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/flowteam/FlowTeamStatisticView.vue b/src/views/flowteam/FlowTeamStatisticView.vue index 01c5f30..cbdf1b4 100644 --- a/src/views/flowteam/FlowTeamStatisticView.vue +++ b/src/views/flowteam/FlowTeamStatisticView.vue @@ -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%', },