|
@@ -235,25 +235,25 @@ export default {
|
235
|
235
|
{ prop: "user_name", label: "投手", min_width: 90 },
|
236
|
236
|
{ prop: "cost", label: "累计消耗", min_width: 100, sort: true },
|
237
|
237
|
{ prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
238
|
|
- { prop: "first_roi", label: "首充ROI", min_width: 100,},
|
239
|
|
- { prop: "qw_cost", label: "企微成本", min_width: 100, },
|
240
|
|
- { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 160 },
|
241
|
|
- { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 160 },
|
242
|
|
- { prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|
243
|
|
- { prop: "first_charge", label: "首日首单充值金额", min_width: 160 },
|
244
|
|
- { prop: "first_day_pay", label: "首日充值金额", min_width: 160 },
|
245
|
|
- { prop: "scan_follow_total", label: "企微粉丝人数" },
|
246
|
|
- { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
|
247
|
|
- { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },
|
248
|
|
- { prop: "start_date", label: "开始日期", min_width: 160 },
|
249
|
|
- { prop: "end_date", label: "截止日期", min_width: 160 },
|
250
|
|
- { prop: "pay_money", label: "累计充值" },
|
251
|
|
- { prop: "three_days_rate", label: "3天倍率" },
|
252
|
|
- { prop: "seven_days_rate", label: "7天倍率" },
|
253
|
|
- { prop: "day3_charge", label: "3天充值金额" },
|
254
|
|
- { prop: "day7_charge", label: "7天充值金额" },
|
255
|
|
- { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 160 },
|
256
|
|
- { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 160 },
|
|
238
|
+ { prop: "first_roi", label: "首充ROI", min_width: 90,},
|
|
239
|
+ { prop: "qw_cost", label: "企微成本", min_width: 90, },
|
|
240
|
+ { prop: "new_cost", label: "用户首日下单成本", min_width: 140 },
|
|
241
|
+ { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 120 },
|
|
242
|
+ { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 120 },
|
|
243
|
+ { prop: "first_charge", label: "首日首单充值金额", min_width: 140 },
|
|
244
|
+ { prop: "first_day_pay", label: "首日充值金额", min_width: 110 },
|
|
245
|
+ { prop: "scan_follow_total", label: "企微粉丝人数", min_width: 110 },
|
|
246
|
+ { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
|
|
247
|
+ { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 110 },
|
|
248
|
+ { prop: "start_date", label: "开始日期", min_width: 110 },
|
|
249
|
+ { prop: "end_date", label: "截止日期", min_width: 110 },
|
|
250
|
+ { prop: "pay_money", label: "累计充值", min_width: 100 },
|
|
251
|
+ { prop: "three_days_rate", label: "3天倍率", min_width: 100 },
|
|
252
|
+ { prop: "seven_days_rate", label: "7天倍率", min_width: 100 },
|
|
253
|
+ { prop: "day3_charge", label: "3天充值金额", min_width: 110 },
|
|
254
|
+ { prop: "day7_charge", label: "7天充值金额", min_width: 110 },
|
|
255
|
+ { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 140 },
|
|
256
|
+ { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 140 },
|
257
|
257
|
],
|
258
|
258
|
height: '',
|
259
|
259
|
tagType: 2,
|