|
@@ -105,7 +105,7 @@ export default {
|
105
|
105
|
{ prop: "expense_date", label: "时间", fixed: 'left' },
|
106
|
106
|
{ prop: "account_name", label: "公众号", fixed: 'left' },
|
107
|
107
|
{ prop: "day_paid", label: "当天消耗" },
|
108
|
|
- { prop: "charge_total", label: "当日新用户累计充值" },
|
|
108
|
+ { prop: "charge_total", label: "当日新用户累计充值", min_width: '160' },
|
109
|
109
|
{ prop: "cost_cover_rate", label: "回本率(%)" },
|
110
|
110
|
{ prop: 'scan_follow_count', label: "企微关注数", },
|
111
|
111
|
{ prop: 'follow_cost', label: "企微关注成本", },
|