|
@@ -176,7 +176,7 @@ export default {
|
176
|
176
|
},
|
177
|
177
|
{
|
178
|
178
|
prop: 'first_roi',
|
179
|
|
- label: '首日首单ROI',
|
|
179
|
+ label: '首充ROI',
|
180
|
180
|
},
|
181
|
181
|
{
|
182
|
182
|
prop: 'profile',
|
|
@@ -229,21 +229,21 @@ export default {
|
229
|
229
|
desCol: [
|
230
|
230
|
{ prop: "playletTitle", label: "剧集", min_width: 160, fixed: 'left' },
|
231
|
231
|
{ prop: "official_account_name", label: "公众号", min_width: 220 },
|
232
|
|
- { prop: "account_name", label: "投放账号", min_width: 160 },
|
233
|
232
|
{ prop: "user_list_show", label: "使用客服", min_width: 260 },
|
|
233
|
+ { prop: "account_name", label: "投放账号", min_width: 160 },
|
|
234
|
+ { prop: "balance", label: "账户余额", },
|
234
|
235
|
{ prop: "user_name", label: "投手", min_width: 160 },
|
235
|
|
- { prop: "start_date", label: "开始日期", min_width: 160 },
|
236
|
|
- { prop: "end_date", label: "截止日期", min_width: 160 },
|
237
|
236
|
{ prop: "cost", label: "累计消耗", sort: true },
|
238
|
|
- { prop: "pay_money", label: "累计充值" },
|
239
|
|
- { prop: "scan_follow_total", label: "企微粉丝人数" },
|
|
237
|
+ { prop: "first_day_roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
|
238
|
+ { prop: "first_roi", label: "首充ROI", },
|
240
|
239
|
{ prop: "qw_cost", label: "企微成本" },
|
241
|
240
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|
242
|
|
- { prop: "balance", label: "账户余额", },
|
243
|
|
- { prop: "first_day_roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
244
|
|
- { prop: "first_roi", label: "首日首单ROI", },
|
|
241
|
+ { prop: "scan_follow_total", label: "企微粉丝人数" },
|
245
|
242
|
{ prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
|
246
|
243
|
{ prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },
|
|
244
|
+ { prop: "start_date", label: "开始日期", min_width: 160 },
|
|
245
|
+ { prop: "end_date", label: "截止日期", min_width: 160 },
|
|
246
|
+ { prop: "pay_money", label: "累计充值" },
|
247
|
247
|
{ prop: "three_days_rate", label: "3天倍率" },
|
248
|
248
|
{ prop: "seven_days_rate", label: "7天倍率" },
|
249
|
249
|
{ prop: "day3_charge", label: "3天充值金额" },
|