|
@@ -238,6 +238,8 @@ export default {
|
238
|
238
|
{ prop: "first_roi", label: "首充ROI", },
|
239
|
239
|
{ prop: "qw_cost", label: "企微成本" },
|
240
|
240
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|
|
241
|
+ { prop: "first_charge", label: "首日首单充值金额", min_width: 160 },
|
|
242
|
+ { prop: "first_day_pay", label: "首日充值金额", min_width: 160 },
|
241
|
243
|
{ prop: "scan_follow_total", label: "企微粉丝人数" },
|
242
|
244
|
{ prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
|
243
|
245
|
{ prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },
|