|
@@ -26,7 +26,10 @@ export const BaseColumn = {
|
|
|
return '--'
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
Click: {
|
|
|
title: '点击量',
|
|
@@ -46,7 +49,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
CTR: {
|
|
|
title: '点击率',
|
|
@@ -66,7 +72,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
Spend: {
|
|
|
title: '花费',
|
|
@@ -88,7 +97,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
CPC: {
|
|
|
title: '点击成本',
|
|
@@ -108,7 +120,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
TotalPurchases: {
|
|
|
title: '订单数',
|
|
@@ -139,7 +154,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
TotalUnitOrdered: {
|
|
|
title: '销量',
|
|
@@ -170,7 +188,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
TotalSales: {
|
|
|
title: '销售额',
|
|
@@ -201,7 +222,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
PurchasesRate: {
|
|
|
title: '转化率',
|
|
@@ -223,7 +247,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
ACOS: {
|
|
|
title: 'ACOS',
|
|
@@ -243,7 +270,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
ROAS: {
|
|
|
title: 'ROAS',
|
|
@@ -263,7 +293,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
CPA: {
|
|
|
title: '订单成本',
|
|
@@ -283,7 +316,10 @@ export const BaseColumn = {
|
|
|
</span>
|
|
|
)
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ show: false,
|
|
|
+ },
|
|
|
},
|
|
|
}
|
|
|
|