|
@@ -139,6 +139,7 @@ export default {
|
139
|
139
|
{ prop: "end_date", label: "截止日期", min_width: 160 },
|
140
|
140
|
{ prop: "cost", label: "累计消耗" },
|
141
|
141
|
{ prop: "pay_money", label: "累计充值" },
|
|
142
|
+ { prop: "scan_follow_total", label: "企微粉丝人数" },
|
142
|
143
|
{ prop: "qw_cost", label: "企微成本" },
|
143
|
144
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|
144
|
145
|
{ prop: "first_day_roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗' },
|