|
@@ -362,7 +362,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'cost_total',
|
|
|
key: 'cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='cost_total' />
|
|
@@ -373,7 +373,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'view_total',
|
|
|
key: 'view_total',
|
|
|
align: 'center',
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='view_total' />
|
|
@@ -384,7 +384,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'thousand_display_price_total',
|
|
|
key: 'thousand_display_price_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='thousand_display_price_total' />
|
|
@@ -395,7 +395,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'click_total',
|
|
|
key: 'click_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='click_total' />
|
|
@@ -406,7 +406,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'ctr_total',
|
|
|
key: 'ctr_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.ctr_total !== undefined && b?.ctr_total !== null) {
|
|
@@ -421,7 +421,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'cpc_total',
|
|
|
key: 'cpc_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='cpc_total' />
|
|
@@ -432,7 +432,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'no_interest_count_total',
|
|
|
key: 'no_interest_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='no_interest_count_total' />
|
|
@@ -443,7 +443,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'video_play_count_total',
|
|
|
key: 'video_play_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='video_play_count_total' />
|
|
@@ -454,7 +454,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'download_count_total',
|
|
|
key: 'download_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='download_count_total' />
|
|
@@ -465,7 +465,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'install_count_total',
|
|
|
key: 'install_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='install_count_total' />
|
|
@@ -476,7 +476,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'activated_count_total',
|
|
|
key: 'activated_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='activated_count_total' />
|
|
@@ -487,7 +487,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'mp_follow_uv_total',
|
|
|
key: 'mp_follow_uv_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='mp_follow_uv_total' />
|
|
@@ -498,7 +498,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'mp_follow_cost_total',
|
|
|
key: 'mp_follow_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='mp_follow_cost_total' />
|
|
@@ -509,7 +509,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'mp_follow_rate_total',
|
|
|
key: 'mp_follow_rate_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.mp_follow_rate_total !== undefined && b?.mp_follow_rate_total !== null) {
|
|
@@ -524,7 +524,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'mp_follow_pv_total',
|
|
|
key: 'mp_follow_pv_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='mp_follow_pv_total' />
|
|
@@ -535,7 +535,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'mp_follow_pv_cost_total',
|
|
|
key: 'mp_follow_pv_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 100,
|
|
|
+ width: 120,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='mp_follow_pv_cost_total' />
|
|
@@ -546,7 +546,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'add_quick_app_pv_total',
|
|
|
key: 'add_quick_app_pv_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='add_quick_app_pv_total' />
|
|
@@ -557,7 +557,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'add_quick_app_cost_total',
|
|
|
key: 'add_quick_app_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='add_quick_app_cost_total' />
|
|
@@ -568,7 +568,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'add_quick_app_rate_total',
|
|
|
key: 'add_quick_app_rate_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.add_quick_app_rate_total !== undefined && b?.add_quick_app_rate_total !== null) {
|
|
@@ -583,7 +583,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'scan_follow_uv_total',
|
|
|
key: 'scan_follow_uv_total',
|
|
|
align: 'center',
|
|
|
- width: 100,
|
|
|
+ width: 120,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='scan_follow_uv_total' />
|
|
@@ -594,7 +594,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'scan_follow_cost_total',
|
|
|
key: 'scan_follow_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 100,
|
|
|
+ width: 120,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='scan_follow_cost_total' />
|
|
@@ -605,7 +605,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'scan_follow_rate_total',
|
|
|
key: 'scan_follow_rate_total',
|
|
|
align: 'center',
|
|
|
- width: 100,
|
|
|
+ width: 120,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.scan_follow_rate_total !== undefined && b?.scan_follow_rate_total !== null) {
|
|
@@ -622,7 +622,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'first_day_order_count_total',
|
|
|
key: 'first_day_order_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='first_day_order_count_total' />
|
|
@@ -633,7 +633,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'first_day_order_amount_total',
|
|
|
key: 'first_day_order_amount_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='first_day_order_amount_total' />
|
|
@@ -644,7 +644,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'first_day_order_roi_total',
|
|
|
key: 'first_day_order_roi_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.first_day_order_roi_total !== undefined && b?.first_day_order_roi_total !== null) {
|
|
@@ -659,7 +659,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'order_count_total',
|
|
|
key: 'order_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='order_count_total' />
|
|
@@ -670,7 +670,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'order_amount_total',
|
|
|
key: 'order_amount_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='order_amount_total' />
|
|
@@ -681,7 +681,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'order_cost_total',
|
|
|
key: 'order_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='order_cost_total' />
|
|
@@ -692,7 +692,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'order_rate_total',
|
|
|
key: 'order_rate_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.order_rate_total !== undefined && b?.order_rate_total !== null) {
|
|
@@ -707,7 +707,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'order_roi_total',
|
|
|
key: 'order_roi_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.order_roi_total !== undefined && b?.order_roi_total !== null) {
|
|
@@ -722,7 +722,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'atv_total',
|
|
|
key: 'atv_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='atv_total' />
|
|
@@ -733,7 +733,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'conversions_count_total',
|
|
|
key: 'conversions_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='conversions_count_total' />
|
|
@@ -744,7 +744,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'conversions_cost_total',
|
|
|
key: 'conversions_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='conversions_cost_total' />
|
|
@@ -755,7 +755,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'deep_conversions_count_total',
|
|
|
key: 'deep_conversions_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='deep_conversions_count_total' />
|
|
@@ -766,7 +766,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'conversions_rate_total',
|
|
|
key: 'conversions_rate_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
if (b?.conversions_rate_total !== undefined && b?.conversions_rate_total !== null) {
|
|
@@ -781,7 +781,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'add_fans_count_total',
|
|
|
key: 'add_fans_count_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='add_fans_count_total' />
|
|
@@ -792,7 +792,7 @@ function tablePlanConfig(
|
|
|
dataIndex: 'add_fans_cost_total',
|
|
|
key: 'add_fans_cost_total',
|
|
|
align: 'center',
|
|
|
- width: 90,
|
|
|
+ width: 110,
|
|
|
sorter: true,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <StatisticNull data={b} field='add_fans_cost_total' />
|