wjx 8 tháng trước cách đây
mục cha
commit
e1649d8ee8
1 tập tin đã thay đổi với 35 bổ sung35 xóa
  1. 35 35
      src/pages/iaaData/tencentIaa/appEveryDayData/tableConfig.tsx

+ 35 - 35
src/pages/iaaData/tencentIaa/appEveryDayData/tableConfig.tsx

@@ -72,7 +72,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     </div>
                 },
                 {
-                    title: '每日赔付金', dataIndex: 'payout', label: '基本信息', align: 'center', width: 80, default: 8, sorter: true, className: 'redColorClass',
+                    title: '每日赔付金', dataIndex: 'payout', label: '基本信息', align: 'right', width: 80, default: 8, sorter: true, className: 'redColorClass',
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -105,7 +105,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '广告变现累计利润', tips: '广告变现累计收入-累计消耗', dataIndex: 'totalProfit', label: '应用端指标', align: 'center', width: 100, default: 15, sorter: true, className: 'green2ColorClass',
+                    title: '广告变现累计利润', tips: '广告变现累计收入-累计消耗', dataIndex: 'totalProfit', label: '应用端指标', align: 'right', width: 100, default: 15, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -113,23 +113,23 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '广告变现收入', dataIndex: 'adMonRevenue', label: '应用端指标', align: 'center', width: 80, default: 17, sorter: true, className: 'green2ColorClass',
+                    title: '广告变现收入', dataIndex: 'adMonRevenue', label: '应用端指标', align: 'right', width: 80, default: 17, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={(a || 0) / 100} precision={2} />
                 },
                 {
-                    title: '广告变现累计收入', dataIndex: 'adMonRevenueTotal', label: '应用端指标', align: 'center', width: 85, default: 18, sorter: true, className: 'green2ColorClass',
+                    title: '广告变现累计收入', dataIndex: 'adMonRevenueTotal', label: '应用端指标', align: 'right', width: 85, default: 18, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={(a || 0) / 100} precision={2} />
                 },
                 {
-                    title: '新增用户成本', tips: '总消耗/新增注册人数', dataIndex: 'newUserRate', label: '应用端指标', align: 'center', width: 80, default: 19, sorter: true, className: 'green2ColorClass',
+                    title: '新增用户成本', tips: '总消耗/新增注册人数', dataIndex: 'newUserRate', label: '应用端指标', align: 'right', width: 80, default: 19, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '人均新增成本', tips: '累计消耗/累计注册人数', dataIndex: 'avgUserRate', label: '应用端指标', align: 'center', width: 80, default: 20, sorter: true, className: 'green2ColorClass',
+                    title: '人均新增成本', tips: '累计消耗/累计注册人数', dataIndex: 'avgUserRate', label: '应用端指标', align: 'right', width: 80, default: 20, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '人均活跃成本', tips: '累计消耗/DAU', dataIndex: 'avgActiveRate', label: '应用端指标', align: 'center', width: 80, default: 21, sorter: true, className: 'green2ColorClass',
+                    title: '人均活跃成本', tips: '累计消耗/DAU', dataIndex: 'avgActiveRate', label: '应用端指标', align: 'right', width: 80, default: 21, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -193,7 +193,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '激励视频广告收入', dataIndex: 'videoAdIncome', label: '应用端指标', align: 'center', width: 80, sorter: true, className: 'green2ColorClass',
+                    title: '激励视频广告收入', dataIndex: 'videoAdIncome', label: '应用端指标', align: 'right', width: 80, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -245,7 +245,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: 'Banner广告收入', dataIndex: 'bannerIncome', label: '应用端指标', align: 'center', width: 80, sorter: true, className: 'green2ColorClass',
+                    title: 'Banner广告收入', dataIndex: 'bannerIncome', label: '应用端指标', align: 'right', width: 80, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -257,11 +257,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '人均Banner广告广告收益', dataIndex: 'avgUserBannerIncome', label: '应用端指标', align: 'center', width: 100, sorter: true, className: 'green2ColorClass',
+                    title: '人均Banner广告广告收益', dataIndex: 'avgUserBannerIncome', label: '应用端指标', align: 'right', width: 100, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '人均激励视频收益', dataIndex: 'avgUserVideoIncome', label: '应用端指标', align: 'center', width: 80, sorter: true, className: 'green2ColorClass',
+                    title: '人均激励视频收益', dataIndex: 'avgUserVideoIncome', label: '应用端指标', align: 'right', width: 80, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -269,7 +269,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '人均插屏广告收益', dataIndex: 'avgPlaqueAdIncome', label: '应用端指标', align: 'center', width: 80, sorter: true, className: 'green2ColorClass',
+                    title: '人均插屏广告收益', dataIndex: 'avgPlaqueAdIncome', label: '应用端指标', align: 'right', width: 80, sorter: true, className: 'green2ColorClass',
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
@@ -294,7 +294,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '小游戏注册成本', dataIndex: 'miniGameRegisterCost', label: '广告媒体端指标', align: 'center', width: 80, default: 38, sorter: true, className: 'purple1ColorClass',
+                    title: '小游戏注册成本', dataIndex: 'miniGameRegisterCost', label: '广告媒体端指标', align: 'right', width: 80, default: 38, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -310,7 +310,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '注册首日广告变现金额(平台上报)', dataIndex: 'miniGameFirstDayAdMonetizationAmount', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '注册首日广告变现金额(平台上报)', dataIndex: 'miniGameFirstDayAdMonetizationAmount', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -322,7 +322,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '首日广告变现成本(平台上报)', dataIndex: 'miniGameFirstDayAdPayingCost', label: '广告媒体端指标', align: 'center', width: 80, sorter: true, className: 'purple1ColorClass',
+                    title: '首日广告变现成本(平台上报)', dataIndex: 'miniGameFirstDayAdPayingCost', label: '广告媒体端指标', align: 'right', width: 80, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -338,7 +338,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '激活首24小时广告变现金额(平台上报)', dataIndex: 'incomeVal24hPla', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '激活首24小时广告变现金额(平台上报)', dataIndex: 'incomeVal24hPla', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -350,7 +350,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '24小时广告变现成本', dataIndex: 'firstDayAdPurArpuCost24hPlaCost', label: '广告媒体端指标', align: 'center', width: 80, sorter: true, className: 'purple1ColorClass',
+                    title: '24小时广告变现成本', dataIndex: 'firstDayAdPurArpuCost24hPlaCost', label: '广告媒体端指标', align: 'right', width: 80, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -370,7 +370,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '小游戏注册3日广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmountD3', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '小游戏注册3日广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmountD3', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -382,7 +382,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '3日广告变现成本(平台上报)', dataIndex: 'adPurDay3Cost', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '3日广告变现成本(平台上报)', dataIndex: 'adPurDay3Cost', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -402,7 +402,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '小游戏注册7日广告变现金额(平台上报)', dataIndex: 'miniGameRegD7Amount', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '小游戏注册7日广告变现金额(平台上报)', dataIndex: 'miniGameRegD7Amount', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -414,7 +414,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '7日广告变现成本(平台上报', dataIndex: 'miniGameRegD7Cost', label: '广告媒体端指标', align: 'center', width: 80, sorter: true, className: 'purple1ColorClass',
+                    title: '7日广告变现成本(平台上报', dataIndex: 'miniGameRegD7Cost', label: '广告媒体端指标', align: 'right', width: 80, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -430,7 +430,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '小游戏广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmount', label: '广告媒体端指标', align: 'center', width: 100, sorter: true, className: 'purple1ColorClass',
+                    title: '小游戏广告变现金额(平台上报)', dataIndex: 'miniGameAdMonetizationAmount', label: '广告媒体端指标', align: 'right', width: 100, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -442,7 +442,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '广告变现成本(平台上报)', dataIndex: 'miniGameAdMonetizationCost', label: '广告媒体端指标', align: 'center', width: 80, sorter: true, className: 'purple1ColorClass',
+                    title: '广告变现成本(平台上报)', dataIndex: 'miniGameAdMonetizationCost', label: '广告媒体端指标', align: 'right', width: 80, sorter: true, className: 'purple1ColorClass',
                     render: (a: number) => <Statistic value={a || 0} precision={2} />
                 },
                 {
@@ -455,11 +455,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             label: '应用广告金指标',
             data: [
                 {
-                    title: '广告金账户余额', dataIndex: 'totalBalance', label: '应用广告金指标', align: 'center', width: 80, sorter: true,
+                    title: '广告金账户余额', dataIndex: 'totalBalance', label: '应用广告金指标', align: 'right', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '广告金账户即将过期金额', dataIndex: 'expireBalance', label: '应用广告金指标', align: 'center', width: 85, sorter: true,
+                    title: '广告金账户即将过期金额', dataIndex: 'expireBalance', label: '应用广告金指标', align: 'right', width: 85, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
@@ -467,7 +467,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: string) => (<WidthEllipsis value={a} />)
                 },
                 {
-                    title: '广告金结算金额', dataIndex: 'amt', label: '应用广告金指标', align: 'center', width: 80, sorter: true,
+                    title: '广告金结算金额', dataIndex: 'amt', label: '应用广告金指标', align: 'right', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
@@ -475,11 +475,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: string) => (<WidthEllipsis value={a} />)
                 },
                 {
-                    title: '广告金金额', dataIndex: 'adFund', label: '应用广告金指标', align: 'center', width: 80, sorter: true,
+                    title: '广告金金额', dataIndex: 'adFund', label: '应用广告金指标', align: 'right', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '累计广告金金额', dataIndex: 'adFundTotal', label: '应用广告金指标', align: 'center', width: 80, sorter: true,
+                    title: '累计广告金金额', dataIndex: 'adFundTotal', label: '应用广告金指标', align: 'right', width: 80, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
@@ -491,15 +491,15 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '30天内激励用户广告流水', dataIndex: 'amtWithinThirtyDays', label: '应用广告金指标', align: 'center', width: 85, sorter: true,
+                    title: '30天内激励用户广告流水', dataIndex: 'amtWithinThirtyDays', label: '应用广告金指标', align: 'right', width: 85, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '30天以上的激励用户广告流水', dataIndex: 'amtBeyondThirtyDays', label: '应用广告金指标', align: 'center', width: 85, sorter: true,
+                    title: '30天以上的激励用户广告流水', dataIndex: 'amtBeyondThirtyDays', label: '应用广告金指标', align: 'right', width: 100, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '外部应用激励用户广告流水', dataIndex: 'outerAdFund', label: '应用广告金指标', align: 'center', width: 85, sorter: true,
+                    title: '外部应用激励用户广告流水', dataIndex: 'outerAdFund', label: '应用广告金指标', align: 'right', width: 85, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
@@ -512,19 +512,19 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             label: '应用回收数据指标',
             data: [
                 {
-                    title: '应用总收入', dataIndex: 'appTotalAmount', label: '应用回收数据指标', align: 'center', width: 70, sorter: true,
+                    title: '应用总收入', dataIndex: 'appTotalAmount', label: '应用回收数据指标', align: 'right', width: 90, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '应用累计收入', dataIndex: 'appAddAmount', label: '应用回收数据指标', align: 'center', width: 70, sorter: true,
+                    title: '应用累计收入', dataIndex: 'appAddAmount', label: '应用回收数据指标', align: 'right', width: 90, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '应用累计利润', dataIndex: 'appTotalProfit', label: '应用回收数据指标', align: 'center', width: 70, sorter: true,
+                    title: '应用累计利润', dataIndex: 'appTotalProfit', label: '应用回收数据指标', align: 'right', width: 100, sorter: true,
                     render: (a: number) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '应用累计利润率', dataIndex: 'appTotalProfitRate', label: '应用回收数据指标', align: 'center', width: 85, 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 >= 0.5 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 }
             ]