|
@@ -396,7 +396,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
{
|
|
|
title: '账面ARPPU', dataIndex: 'paperArpu', label: '付费数据', align: 'center', width: 70, sorter: true,
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '首日注册ARPPU', dataIndex: 'firstRegArppu', label: '付费数据', align: 'center', width: 70, sorter: true,
|
|
|
+ render: (a: string) => <Statistic value={a || 0} />
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|