Browse Source

小说/投手应用付费趋势/广告变现收益

shenwu 1 day ago
parent
commit
c8d72287db

+ 2 - 2
src/pages/iaaData/novel/tencent/appAdRevenue/tableConfig.tsx

@@ -73,11 +73,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                 },
                 {
                     title: '广告变现arppu', dataIndex: 'arppu', label: '基本信息', align: 'center', width: 120, default: 10, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现金额', dataIndex: 'appAdPayingAmount', label: '基本信息', align: 'center', width: 110, default: 11, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现roi', dataIndex: 'appAdPayingRoi', label: '基本信息', align: 'center', width: 105, default: 12, sorter: true,

+ 2 - 2
src/pages/iaaData/novel/tencent/appPayTrend/tableConfig.tsx

@@ -101,11 +101,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                 },
                 {
                     title: '广告变现arppu', dataIndex: 'arppu', label: '基本信息', align: 'center', width: 120, default: 10, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现金额', dataIndex: 'appAdPayingAmount', label: '基本信息', align: 'center', width: 110, default: 11, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) =><Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现roi', dataIndex: 'appAdPayingRoi', label: '基本信息', align: 'center', width: 105, default: 12, sorter: true,

+ 2 - 2
src/pages/iaaData/novel/tencent/pitcherAdRevenue/tableConfig.tsx

@@ -77,11 +77,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                 },
                 {
                     title: '广告变现arppu', dataIndex: 'arppu', label: '基本信息', align: 'center', width: 120, default: 11, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现金额', dataIndex: 'appAdPayingAmount', label: '基本信息', align: 'center', width: 110, default: 12, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现roi', dataIndex: 'appAdPayingRoi', label: '基本信息', align: 'center', width: 105, default: 13, sorter: true,

+ 2 - 2
src/pages/iaaData/novel/tencent/pitcherPayTrend/tableConfig.tsx

@@ -105,11 +105,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                 },
                 {
                     title: '广告变现arppu', dataIndex: 'arppu', label: '基本信息', align: 'center', width: 120, default: 11, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) =><Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现金额', dataIndex: 'appAdPayingAmount', label: '基本信息', align: 'center', width: 110, default: 12, sorter: true,
-                    render: (a: number) => <Statistic value={a || 0} />
+                    render: (a: number) =><Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现roi', dataIndex: 'appAdPayingRoi', label: '基本信息', align: 'center', width: 105, default: 13, sorter: true,