wjx 2 viikkoa sitten
vanhempi
commit
19facc3316

+ 5 - 5
src/pages/iaaData/novel/tencent/appEveryDayData/tableConfig.tsx

@@ -367,7 +367,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '广告端累计回收(应用端)', dataIndex: 'adTotalRecycle', label: '应用数据', align: 'right', width: 90, sorter: true,
+                    title: '广告端累计回收(广告端)', dataIndex: 'adTotalRecycle', label: '应用数据', align: 'right', width: 90, sorter: true,
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -375,19 +375,19 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '广告端变现累计利润(应用端)', dataIndex: 'adTotalRate', label: '应用数据', align: 'right', width: 95, sorter: true,
+                    title: '广告端变现累计利润(广告端)', dataIndex: 'adTotalRate', label: '应用数据', align: 'right', width: 95, sorter: true,
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '广告端变现利润率(应用端)', dataIndex: 'appTotalProfitRate', label: '应用数据', align: 'center', width: 100, sorter: true,
+                    title: '广告端变现利润率(广告端)', dataIndex: 'appTotalProfitRate', label: '应用数据', align: 'center', width: 100, sorter: true,
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '广告新增ARPU(应用端)', dataIndex: 'adNewArpu', label: '应用数据', align: 'center', width: 90, sorter: true,
+                    title: '广告新增ARPU(广告端)', dataIndex: 'adNewArpu', label: '应用数据', align: 'center', width: 90, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '广告总ARPU(应用端)', dataIndex: 'adTotalArpu', label: '应用数据', align: 'center', width: 90, sorter: true,
+                    title: '广告总ARPU(广告端)', dataIndex: 'adTotalArpu', label: '应用数据', align: 'center', width: 90, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {