|
|
@@ -666,7 +666,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
|
|
|
render: (a: number) => <Statistic value={a || 0} />
|
|
|
},
|
|
|
{
|
|
|
- title: '综合归因30日广告变现ROI', dataIndex: 'incomeRoi30', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
+ title: '激活30日广告变现ROI', dataIndex: 'incomeRoi30', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
|
|
|
render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
|
|
|
},
|
|
|
{
|