|
@@ -18,6 +18,8 @@
|
18
|
18
|
class="titleIcon" alt="">
|
19
|
19
|
<img src="@/assets/img/icon/roi@2x.png" v-if="item.prop == 'sum_roi'" style="height:14px" class="titleIcon"
|
20
|
20
|
alt="">
|
|
21
|
+ <img src="@/assets/img/icon/roi@2x.png" v-if="item.prop == 'first_roi'" style="height:14px" class="titleIcon"
|
|
22
|
+ alt="">
|
21
|
23
|
<img src="@/assets/img/icon/总毛利润额@2x.png" v-if="item.prop == 'sum_profit'" style="height:14px"
|
22
|
24
|
class="titleIcon" alt="">
|
23
|
25
|
<img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'sum_recover_rate'" style="height:14px"
|
|
@@ -112,6 +114,10 @@ export default {
|
112
|
114
|
label: '首日ROI',
|
113
|
115
|
},
|
114
|
116
|
{
|
|
117
|
+ prop: 'first_roi',
|
|
118
|
+ label: '首日首单ROI',
|
|
119
|
+ },
|
|
120
|
+ {
|
115
|
121
|
prop: 'new_cost',
|
116
|
122
|
label: '用户首日下单成本',
|
117
|
123
|
},
|
|
@@ -146,6 +152,7 @@ export default {
|
146
|
152
|
{ prop: "charge_total", label: "累计充值", sort: true },
|
147
|
153
|
{ prop: "qw_cost", label: "企微成本", sort: true },
|
148
|
154
|
{ prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true },
|
|
155
|
+ { prop: "first_roi", label: "首日首单ROI", },
|
149
|
156
|
{ prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 160 },
|
150
|
157
|
{ prop: "unique_new_cost", label: "用户首日下单成本(去重)", min_width: 190 },
|
151
|
158
|
{ prop: "new_user_charge_total", label: "新用户首日下单金额", min_width: 190 },
|