wjx 8 månader sedan
förälder
incheckning
d4aa266c27
1 ändrade filer med 21 tillägg och 21 borttagningar
  1. 21 21
      src/pages/iaaData/tencentIaa/adList/tableConfig.tsx

+ 21 - 21
src/pages/iaaData/tencentIaa/adList/tableConfig.tsx

@@ -50,7 +50,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '余额', dataIndex: 'balance', label: '腾讯广告列表', align: 'right', width: 75, sorter: true, default: 11,
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '竞价信用账户', dataIndex: 'creditRollBalance', label: '腾讯广告列表', align: 'center', width: 85,
@@ -126,11 +126,11 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '千次曝光成本', dataIndex: 'thousandDisplayPrice', label: '腾讯广告列表', align: 'right', width: 65, default: 25, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0}precision={2} />
                 },
                 {
                     title: '点击均价', dataIndex: 'cpc', label: '腾讯广告列表', align: 'center', width: 65, default: 26, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '转化目标', dataIndex: 'convertTarget', label: '基本信息', align: 'center', width: 65, default: 27, sorter: true,
@@ -142,7 +142,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '转化目标成本', dataIndex: 'convertCost', label: '基本信息', align: 'center', width: 65, default: 29, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '转化目标率', dataIndex: 'convertRate', label: '腾讯广告列表', align: 'center', width: 70, default: 30, sorter: true,
@@ -154,7 +154,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '小游戏注册成本', dataIndex: 'miniGameRegisterCost', label: '基本信息', align: 'center', width: 80, default: 32, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '小游戏注册率', dataIndex: 'miniGameRegisterRate', label: '腾讯广告列表', align: 'center', width: 75, default: 33, sorter: true,
@@ -233,23 +233,23 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '激活首24小时广告变现金额(平台上报)', dataIndex: 'incomeVal24hPla', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '注册首日广告变现金额(平台上报)', dataIndex: 'miniGameFirstDayAdMonetizationAmount', label: '其他业务(平台上报指标)', width: 120, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '注册7日广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmountD7', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活14日广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmountD14', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmount', label: '其他业务(平台上报指标)', width: 100, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现人数(平台上报)', dataIndex: 'adPayingUsers24hPla', label: '其他业务(平台上报指标)', width: 115, align: 'center', sorter: true, className: 'green2ColorClass',
@@ -306,11 +306,11 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '激活首日广告变现成本(人数)', dataIndex: 'adPayingCostD1', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现成本', dataIndex: 'adMonetizationCost', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活3日广告变现次数', dataIndex: 'adMonetizationActive3dPv', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
@@ -326,27 +326,27 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '激活首24小时广告变现金额', dataIndex: 'incomeVal24h', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首日广告变现金额', dataIndex: 'incomeVal1', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活3日广告变现金额', dataIndex: 'incomeVal3', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活7日广告变现金额', dataIndex: 'incomeVal7', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活14日广告变现金额', dataIndex: 'incomeVal14', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现金额', dataIndex: 'adMonetizationAmount', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0}precision={2} />
                 },
                 {
                     title: '激活首24小时广告变现人数', dataIndex: 'adPayingUsers24h', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',
@@ -487,15 +487,15 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '小游戏注册首日广告变现成本(平台上报)', dataIndex: 'miniGameFirstDayAdPayingCost', label: '小游戏(平台上报)', width: 110, align: 'center', sorter: true, className: 'purple1ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '小游戏广告变现成本(平台上报)', dataIndex: 'miniGameAdMonetizationCost', label: '小游戏(平台上报)', width: 110, align: 'center', sorter: true, className: 'purple1ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '小游戏注册3日广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmountD3', label: '小游戏(平台上报)', width: 110, align: 'center', sorter: true, className: 'purple1ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '小游戏注册首日广告变现人数(平台上报)', dataIndex: 'miniGameFirstDayAdMonetizationUsers', label: '小游戏(平台上报)', width: 110, align: 'center', sorter: true, className: 'purple1ColorClass',