wjx 8 hónapja
szülő
commit
0c14f731a1

+ 63 - 58
src/pages/iaaData/ocenaengineIaa/adList/tableConfig.tsx

@@ -177,154 +177,179 @@ function columns12(dayHandle: (data: any) => void): { label: string, fieldSHow?:
             ]
         },
         {
-            label: '广告媒体端数据',
+            label: '广告媒体端展示数据指标',
             data: [
                 {
-                    title: '转化目标', dataIndex: 'convertTarget', label: '广告媒体端数据', align: 'center', width: 65, default: 25, sorter: true, className: "adDataBackColorClass",
+                    title: '曝光量', dataIndex: 'showCount', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 35, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '点击量', dataIndex: 'click', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 36, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '点击率', dataIndex: 'ctr', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 37, sorter: true, 
+                    render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
+                },
+                {
+                    title: '点击均价', dataIndex: 'avgClickCost', label: '广告媒体端展示数据指标', align: 'center', width: 65, default: 38, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
+                },
+                {
+                    title: '千次曝光成本', dataIndex: 'avgShowCost', label: '广告媒体端展示数据指标', align: 'right', width: 65, default: 39, sorter: true,
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
+                },
+            ]
+        },
+        {
+            label: '广告媒体端转化数据指标',
+            data: [
+                {
+                    title: '转化目标', dataIndex: 'convertTarget', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 25, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a} />
                 },
                 {
-                    title: '转化目标量', dataIndex: 'convertCount', label: '广告媒体端数据', align: 'center', width: 65, default: 40, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标量', dataIndex: 'convertCount', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 40, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '转化目标成本', dataIndex: 'convertCost', label: '广告媒体端数据', align: 'center', width: 65, default: 27, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标成本', dataIndex: 'convertCost', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 27, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '转化目标率', dataIndex: 'convertRate', label: '广告媒体端数据', align: 'center', width: 70, default: 26, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标率', dataIndex: 'convertRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 26, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '激活数', dataIndex: 'active', label: '广告媒体端数据', align: 'center', width: 65, default: 41, sorter: true, className: "adDataBackColorClass",
+                    title: '激活数', dataIndex: 'active', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 41, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '激活成本', dataIndex: 'activeCost', label: '广告媒体端数据', align: 'right', width: 75, default: 42, sorter: true, className: "adDataBackColorClass",
+                    title: '激活成本', dataIndex: 'activeCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 42, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '激活率', dataIndex: 'activeRate', label: '广告媒体端数据', align: 'center', width: 70, default: 43, sorter: true, className: "adDataBackColorClass",
+                    title: '激活率', dataIndex: 'activeRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 43, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '注册数', dataIndex: 'register', label: '广告媒体端数据', align: 'center', width: 65, default: 49, sorter: true, className: "adDataBackColorClass",
+                    title: '注册数', dataIndex: 'register', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 49, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '注册成本(广告)', dataIndex: 'activeRegisterCost', label: '广告媒体端数据', align: 'right', width: 75, default: 50, sorter: true, className: "adDataBackColorClass",
+                    title: '注册成本(广告)', dataIndex: 'activeRegisterCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 50, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '注册率', dataIndex: 'activeRegisterRate', label: '广告媒体端数据', align: 'center', width: 70, default: 51, sorter: true, className: "adDataBackColorClass",
+                    title: '注册率', dataIndex: 'activeRegisterRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 51, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '关键行为数', dataIndex: 'gameAddiction', label: '广告媒体端数据', align: 'center', width: 65, default: 46, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为数', dataIndex: 'gameAddiction', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 46, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '关键行为成本', dataIndex: 'gameAddictionCost', label: '广告媒体端数据', align: 'right', width: 75, default: 44, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为成本', dataIndex: 'gameAddictionCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 44, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '关键行为率', dataIndex: 'gameAddictionRate', label: '广告媒体端数据', align: 'center', width: 70, default: 45, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为率', dataIndex: 'gameAddictionRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 45, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '次留成本', dataIndex: 'attributionNextDayOpenCost', label: '广告媒体端数据', align: 'right', width: 75, default: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '次留成本', dataIndex: 'attributionNextDayOpenCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '次日留存数', dataIndex: 'attributionNextDayOpenCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '次日留存数', dataIndex: 'attributionNextDayOpenCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '次留率(广告)', dataIndex: 'attributionNextDayOpenRate', label: '广告媒体端数据', align: 'center', width: 70, default: 72, sorter: true, className: "adDataBackColorClass",
+                    title: '次留率(广告)', dataIndex: 'attributionNextDayOpenRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 72, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '次留回传数', dataIndex: 'nextDayOpen', label: '广告媒体端数据', align: 'center', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '次留回传数', dataIndex: 'nextDayOpen', label: '广告媒体端转化数据指标', align: 'center', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存数', dataIndex: 'attributionRetention2dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存数', dataIndex: 'attributionRetention2dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存成本', dataIndex: 'attributionRetention2dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存成本', dataIndex: 'attributionRetention2dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存率', dataIndex: 'attributionRetention2dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存率', dataIndex: 'attributionRetention2dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '3日留存数', dataIndex: 'attributionRetention3dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存数', dataIndex: 'attributionRetention3dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '3日留存成本', dataIndex: 'attributionRetention3dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存成本', dataIndex: 'attributionRetention3dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '3日留存率', dataIndex: 'attributionRetention3dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存率', dataIndex: 'attributionRetention3dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '4日留存数', dataIndex: 'attributionRetention4dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存数', dataIndex: 'attributionRetention4dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '4日留存成本', dataIndex: 'attributionRetention4dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存成本', dataIndex: 'attributionRetention4dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '4日留存率', dataIndex: 'attributionRetention4dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存率', dataIndex: 'attributionRetention4dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '5日留存数', dataIndex: 'attributionRetention5dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存数', dataIndex: 'attributionRetention5dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '5日留存成本', dataIndex: 'attributionRetention5dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存成本', dataIndex: 'attributionRetention5dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '5日留存率', dataIndex: 'attributionRetention5dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存率', dataIndex: 'attributionRetention5dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '6日留存数', dataIndex: 'attributionRetention6dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存数', dataIndex: 'attributionRetention6dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '6日留存成本', dataIndex: 'attributionRetention6dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存成本', dataIndex: 'attributionRetention6dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '6日留存率', dataIndex: 'attributionRetention6dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存率', dataIndex: 'attributionRetention6dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '7日留存数', dataIndex: 'attributionRetention7dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存数', dataIndex: 'attributionRetention7dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存总数', dataIndex: 'attributionRetention7dSumCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, default: 74, className: "adDataBackColorClass",
+                    title: '7日留存总数', dataIndex: 'attributionRetention7dSumCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, default: 74, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存率', dataIndex: 'attributionRetention7dTotalCost', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存率', dataIndex: 'attributionRetention7dTotalCost', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '7日留存总成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, default: 73, className: "adDataBackColorClass",
+                    title: '7日留存总成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, default: 73, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
             ]
@@ -373,26 +398,6 @@ function columns12(dayHandle: (data: any) => void): { label: string, fieldSHow?:
                     title: '深度转化ROI系数', dataIndex: 'roiGoal', label: '应用端数据指标', align: 'center', width: 75, default: 30, className: 'payDataBackColorClass',
                     render: (a: string) => <Statistic value={a || 0} />
                 },
-                {
-                    title: '曝光量', dataIndex: 'showCount', label: '应用端数据指标', align: 'center', width: 70, default: 35, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
-                },
-                {
-                    title: '点击量', dataIndex: 'click', label: '应用端数据指标', align: 'center', width: 70, default: 36, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
-                },
-                {
-                    title: '点击率', dataIndex: 'ctr', label: '应用端数据指标', align: 'center', width: 70, default: 37, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
-                },
-                {
-                    title: '点击均价', dataIndex: 'avgClickCost', label: '应用端数据指标', align: 'center', width: 65, default: 38, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} precision={2} />
-                },
-                {
-                    title: '千次曝光成本', dataIndex: 'avgShowCost', label: '应用端数据指标', align: 'right', width: 65, default: 39, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} precision={2} />
-                },
                 {
                     title: '今日注册人数', dataIndex: 'todayRegUser', label: '应用端数据指标', align: 'center', width: 65, default: 47, sorter: true, className: 'payDataBackColorClass',
                     render: (a: string) => <Statistic value={a || 0} />

+ 67 - 58
src/pages/iaaData/ocenaengineIaa/adList/tableConfigDay.tsx

@@ -142,6 +142,10 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
         {
             label: '消耗数据',
             data: [
+                {
+                    title: '消耗时间', dataIndex: 'dt', label: '消耗数据', align: 'center', width: 100,
+                    render: (a: string) => <WidthEllipsis value={a} />
+                },
                 {
                     title: '今日消耗', dataIndex: 'cost', label: '消耗数据', align: 'center', width: 85, default: 33, sorter: true,
                     className: 'padding_0',
@@ -177,154 +181,179 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             ]
         },
         {
-            label: '广告媒体端数据',
+            label: '广告媒体端展示数据指标',
+            data: [
+                {
+                    title: '曝光量', dataIndex: 'showCount', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 35, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '点击量', dataIndex: 'click', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 36, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} />
+                },
+                {
+                    title: '点击率', dataIndex: 'ctr', label: '广告媒体端展示数据指标', align: 'center', width: 70, default: 37, sorter: true, 
+                    render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
+                },
+                {
+                    title: '点击均价', dataIndex: 'avgClickCost', label: '广告媒体端展示数据指标', align: 'center', width: 65, default: 38, sorter: true, 
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
+                },
+                {
+                    title: '千次曝光成本', dataIndex: 'avgShowCost', label: '广告媒体端展示数据指标', align: 'right', width: 65, default: 39, sorter: true,
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
+                },
+            ]
+        },
+        {
+            label: '广告媒体端转化数据指标',
             data: [
                 {
-                    title: '转化目标', dataIndex: 'convertTarget', label: '广告媒体端数据', align: 'center', width: 65, default: 25, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标', dataIndex: 'convertTarget', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 25, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a} />
                 },
                 {
-                    title: '转化目标量', dataIndex: 'convertCount', label: '广告媒体端数据', align: 'center', width: 65, default: 40, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标量', dataIndex: 'convertCount', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 40, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '转化目标成本', dataIndex: 'convertCost', label: '广告媒体端数据', align: 'center', width: 65, default: 27, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标成本', dataIndex: 'convertCost', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 27, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
-                    title: '转化目标率', dataIndex: 'convertRate', label: '广告媒体端数据', align: 'center', width: 70, default: 26, sorter: true, className: "adDataBackColorClass",
+                    title: '转化目标率', dataIndex: 'convertRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 26, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '激活数', dataIndex: 'active', label: '广告媒体端数据', align: 'center', width: 65, default: 41, sorter: true, className: "adDataBackColorClass",
+                    title: '激活数', dataIndex: 'active', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 41, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '激活成本', dataIndex: 'activeCost', label: '广告媒体端数据', align: 'right', width: 75, default: 42, sorter: true, className: "adDataBackColorClass",
+                    title: '激活成本', dataIndex: 'activeCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 42, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '激活率', dataIndex: 'activeRate', label: '广告媒体端数据', align: 'center', width: 70, default: 43, sorter: true, className: "adDataBackColorClass",
+                    title: '激活率', dataIndex: 'activeRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 43, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '注册数', dataIndex: 'register', label: '广告媒体端数据', align: 'center', width: 65, default: 49, sorter: true, className: "adDataBackColorClass",
+                    title: '注册数', dataIndex: 'register', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 49, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '注册成本(广告)', dataIndex: 'activeRegisterCost', label: '广告媒体端数据', align: 'right', width: 75, default: 50, sorter: true, className: "adDataBackColorClass",
+                    title: '注册成本(广告)', dataIndex: 'activeRegisterCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 50, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '注册率', dataIndex: 'activeRegisterRate', label: '广告媒体端数据', align: 'center', width: 70, default: 51, sorter: true, className: "adDataBackColorClass",
+                    title: '注册率', dataIndex: 'activeRegisterRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 51, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '关键行为数', dataIndex: 'gameAddiction', label: '广告媒体端数据', align: 'center', width: 65, default: 46, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为数', dataIndex: 'gameAddiction', label: '广告媒体端转化数据指标', align: 'center', width: 65, default: 46, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '关键行为成本', dataIndex: 'gameAddictionCost', label: '广告媒体端数据', align: 'right', width: 75, default: 44, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为成本', dataIndex: 'gameAddictionCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 44, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '关键行为率', dataIndex: 'gameAddictionRate', label: '广告媒体端数据', align: 'center', width: 70, default: 45, sorter: true, className: "adDataBackColorClass",
+                    title: '关键行为率', dataIndex: 'gameAddictionRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 45, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '次留成本', dataIndex: 'attributionNextDayOpenCost', label: '广告媒体端数据', align: 'right', width: 75, default: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '次留成本', dataIndex: 'attributionNextDayOpenCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, default: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '次日留存数', dataIndex: 'attributionNextDayOpenCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '次日留存数', dataIndex: 'attributionNextDayOpenCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '次留率(广告)', dataIndex: 'attributionNextDayOpenRate', label: '广告媒体端数据', align: 'center', width: 70, default: 72, sorter: true, className: "adDataBackColorClass",
+                    title: '次留率(广告)', dataIndex: 'attributionNextDayOpenRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, default: 72, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '次留回传数', dataIndex: 'nextDayOpen', label: '广告媒体端数据', align: 'center', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '次留回传数', dataIndex: 'nextDayOpen', label: '广告媒体端转化数据指标', align: 'center', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存数', dataIndex: 'attributionRetention2dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存数', dataIndex: 'attributionRetention2dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存成本', dataIndex: 'attributionRetention2dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存成本', dataIndex: 'attributionRetention2dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '2日留存率', dataIndex: 'attributionRetention2dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '2日留存率', dataIndex: 'attributionRetention2dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '3日留存数', dataIndex: 'attributionRetention3dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存数', dataIndex: 'attributionRetention3dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '3日留存成本', dataIndex: 'attributionRetention3dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存成本', dataIndex: 'attributionRetention3dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '3日留存率', dataIndex: 'attributionRetention3dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '3日留存率', dataIndex: 'attributionRetention3dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '4日留存数', dataIndex: 'attributionRetention4dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存数', dataIndex: 'attributionRetention4dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '4日留存成本', dataIndex: 'attributionRetention4dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存成本', dataIndex: 'attributionRetention4dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '4日留存率', dataIndex: 'attributionRetention4dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '4日留存率', dataIndex: 'attributionRetention4dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '5日留存数', dataIndex: 'attributionRetention5dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存数', dataIndex: 'attributionRetention5dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '5日留存成本', dataIndex: 'attributionRetention5dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存成本', dataIndex: 'attributionRetention5dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '5日留存率', dataIndex: 'attributionRetention5dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '5日留存率', dataIndex: 'attributionRetention5dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '6日留存数', dataIndex: 'attributionRetention6dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存数', dataIndex: 'attributionRetention6dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '6日留存成本', dataIndex: 'attributionRetention6dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存成本', dataIndex: 'attributionRetention6dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '6日留存率', dataIndex: 'attributionRetention6dRate', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '6日留存率', dataIndex: 'attributionRetention6dRate', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '7日留存数', dataIndex: 'attributionRetention7dCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存数', dataIndex: 'attributionRetention7dCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存总数', dataIndex: 'attributionRetention7dSumCnt', label: '广告媒体端数据', align: 'center', width: 65, sorter: true, default: 74, className: "adDataBackColorClass",
+                    title: '7日留存总数', dataIndex: 'attributionRetention7dSumCnt', label: '广告媒体端转化数据指标', align: 'center', width: 65, sorter: true, default: 74, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
                 {
-                    title: '7日留存率', dataIndex: 'attributionRetention7dTotalCost', label: '广告媒体端数据', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
+                    title: '7日留存率', dataIndex: 'attributionRetention7dTotalCost', label: '广告媒体端转化数据指标', align: 'center', width: 70, sorter: true, className: "adDataBackColorClass",
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: '7日留存总成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端数据', align: 'right', width: 75, sorter: true, default: 73, className: "adDataBackColorClass",
+                    title: '7日留存总成本', dataIndex: 'attributionRetention7dCost', label: '广告媒体端转化数据指标', align: 'right', width: 75, sorter: true, default: 73, className: "adDataBackColorClass",
                     render: (a: string) => <Statistic value={a || 0} />
                 },
             ]
@@ -373,26 +402,6 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     title: '深度转化ROI系数', dataIndex: 'roiGoal', label: '应用端数据指标', align: 'center', width: 75, default: 30, className: 'payDataBackColorClass',
                     render: (a: string) => <Statistic value={a || 0} />
                 },
-                {
-                    title: '曝光量', dataIndex: 'showCount', label: '应用端数据指标', align: 'center', width: 70, default: 35, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
-                },
-                {
-                    title: '点击量', dataIndex: 'click', label: '应用端数据指标', align: 'center', width: 70, default: 36, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
-                },
-                {
-                    title: '点击率', dataIndex: 'ctr', label: '应用端数据指标', align: 'center', width: 70, default: 37, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
-                },
-                {
-                    title: '点击均价', dataIndex: 'avgClickCost', label: '应用端数据指标', align: 'center', width: 65, default: 38, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} precision={2} />
-                },
-                {
-                    title: '千次曝光成本', dataIndex: 'avgShowCost', label: '应用端数据指标', align: 'right', width: 65, default: 39, sorter: true, className: 'payDataBackColorClass',
-                    render: (a: string) => <Statistic value={a || 0} precision={2} />
-                },
                 {
                     title: '今日注册人数', dataIndex: 'todayRegUser', label: '应用端数据指标', align: 'center', width: 65, default: 47, sorter: true, className: 'payDataBackColorClass',
                     render: (a: string) => <Statistic value={a || 0} />