|
@@ -204,6 +204,16 @@ export default {
|
204
|
204
|
img: require('@/assets/img/iconNew/总充值人数@2x.png'),
|
205
|
205
|
},
|
206
|
206
|
{
|
|
207
|
+ prop: 'repeat_fans',
|
|
208
|
+ label: '复粉人数(留存)',
|
|
209
|
+ img: require('@/assets/img/iconNew/总充值人数@2x.png'),
|
|
210
|
+ },
|
|
211
|
+ {
|
|
212
|
+ prop: 'repeat_rate',
|
|
213
|
+ label: '复粉率%(留存)',
|
|
214
|
+ img: require('@/assets/img/icon/回本率@2x.png'),
|
|
215
|
+ },
|
|
216
|
+ {
|
207
|
217
|
prop: 'first_day_roi',
|
208
|
218
|
label: '首日ROI',
|
209
|
219
|
},
|
|
@@ -271,6 +281,7 @@ export default {
|
271
|
281
|
{ prop: "first_roi", label: "首充ROI", min_width: 90,},
|
272
|
282
|
{ prop: "qw_cost", label: "企微成本", min_width: 90, },
|
273
|
283
|
{ prop: "followers_cost", label: "企微实际加粉成本", min_width: 90, },
|
|
284
|
+ { prop: "repeat_rate", label: "复粉率%(留存)", min_width: 90, },
|
274
|
285
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 90, },
|
275
|
286
|
{ prop: "deep_conversions_count", label: "深度目标转化量", min_width: 90 },
|
276
|
287
|
{ prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 90 },
|
|
@@ -279,6 +290,7 @@ export default {
|
279
|
290
|
{ prop: "first_day_pay", label: "首日充值金额", min_width: 90 },
|
280
|
291
|
{ prop: "scan_follow_total", label: "企微粉丝人数", min_width: 90 },
|
281
|
292
|
{ prop: "followers_number", label: "企微实际加粉人数", min_width: 90 },
|
|
293
|
+ { prop: "repeat_fans", label: "复粉人数(留存)", min_width: 90 },
|
282
|
294
|
{ prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
|
283
|
295
|
{ prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 100 },
|
284
|
296
|
{ prop: "start_date", label: "开始日期", min_width: 100 },
|