|
@@ -486,6 +486,22 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
|
|
|
title: '广告变现成本', dataIndex: 'adMonetizationCost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
render: (a: string) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '激活首24小时广告变现成本', dataIndex: 'adPayingUsers24hCost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
+ render: (a: string) => <Statistic value={a || 0} precision={2} />
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '激活首日广告变现成本', dataIndex: 'adPayingUsersD1Cost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
+ render: (a: string) => <Statistic value={a || 0} precision={2} />
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '激活3日广告变现成本', dataIndex: 'adMonetizationDedupActive3dPvCost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
+ render: (a: string) => <Statistic value={a || 0} precision={2} />
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '激活7日广告变现成本', dataIndex: 'adMonetizationDedupActive7dPvCost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
+ render: (a: string) => <Statistic value={a || 0} precision={2} />
|
|
|
+ },
|
|
|
{
|
|
|
title: '激活3日广告变现次数', dataIndex: 'adMonetizationActive3dPv', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
@@ -854,20 +870,20 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
|
|
|
</Space>
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- title: '启停',
|
|
|
- dataIndex: 'configuredStatus',
|
|
|
- label: '操作',
|
|
|
- align: 'center',
|
|
|
- width: 45,
|
|
|
- default: 1,
|
|
|
- render: (a: string, b: any) => {
|
|
|
- if (b?.accountId === '总计') {
|
|
|
- return '--'
|
|
|
- }
|
|
|
- return <SwitchStatus configuredStatus={a} isDeleted={b?.isDeleted} adgroupId={b?.adgroupId} accountId={b?.accountId} onChange={onChange} />
|
|
|
- }
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // title: '启停',
|
|
|
+ // dataIndex: 'configuredStatus',
|
|
|
+ // label: '操作',
|
|
|
+ // align: 'center',
|
|
|
+ // width: 45,
|
|
|
+ // default: 1,
|
|
|
+ // render: (a: string, b: any) => {
|
|
|
+ // if (b?.accountId === '总计') {
|
|
|
+ // return '--'
|
|
|
+ // }
|
|
|
+ // return <SwitchStatus configuredStatus={a} isDeleted={b?.isDeleted} adgroupId={b?.adgroupId} accountId={b?.accountId} onChange={onChange} />
|
|
|
+ // }
|
|
|
+ // }
|
|
|
]
|
|
|
}
|
|
|
]
|