wjx 14 小时之前
父节点
当前提交
fa834a0457

+ 1 - 1
src/pages/iaaData/novel/tencent/adList/tableConfig.tsx

@@ -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="%" />
                 },
                 {

+ 1 - 1
src/pages/iaaData/novel/tencent/adListTotal/tableConfig.tsx

@@ -690,7 +690,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="%" />
                 },
                 {