|
@@ -55,6 +55,8 @@
|
55
|
55
|
class="titleIcon" alt="">
|
56
|
56
|
<img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
|
57
|
57
|
class="titleIcon" alt="">
|
|
58
|
+ <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'followers_cost'" style="height:12px"
|
|
59
|
+ class="titleIcon" alt="">
|
58
|
60
|
<img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
|
59
|
61
|
class="titleIcon" alt="">
|
60
|
62
|
</template>
|
|
@@ -173,6 +175,10 @@ export default {
|
173
|
175
|
label: '企微成本',
|
174
|
176
|
},
|
175
|
177
|
{
|
|
178
|
+ prop: 'followers_cost',
|
|
179
|
+ label: '企微实际加粉成本',
|
|
180
|
+ },
|
|
181
|
+ {
|
176
|
182
|
prop: 'new_cost',
|
177
|
183
|
label: '用户首日下单成本',
|
178
|
184
|
},
|
|
@@ -193,6 +199,11 @@ export default {
|
193
|
199
|
img: require('@/assets/img/iconNew/总充值人数@2x.png'),
|
194
|
200
|
},
|
195
|
201
|
{
|
|
202
|
+ prop: 'followers_number',
|
|
203
|
+ label: '企微实际加粉人数',
|
|
204
|
+ img: require('@/assets/img/iconNew/总充值人数@2x.png'),
|
|
205
|
+ },
|
|
206
|
+ {
|
196
|
207
|
prop: 'first_day_roi',
|
197
|
208
|
label: '首日ROI',
|
198
|
209
|
},
|
|
@@ -259,6 +270,7 @@ export default {
|
259
|
270
|
{ prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
260
|
271
|
{ prop: "first_roi", label: "首充ROI", min_width: 90,},
|
261
|
272
|
{ prop: "qw_cost", label: "企微成本", min_width: 90, },
|
|
273
|
+ { prop: "followers_cost", label: "企微实际加粉成本", min_width: 90, },
|
262
|
274
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 90, },
|
263
|
275
|
{ prop: "deep_conversions_count", label: "深度目标转化量", min_width: 90 },
|
264
|
276
|
{ prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 90 },
|
|
@@ -266,6 +278,7 @@ export default {
|
266
|
278
|
{ prop: "first_charge", label: "首日首单充值金额", min_width: 90 },
|
267
|
279
|
{ prop: "first_day_pay", label: "首日充值金额", min_width: 90 },
|
268
|
280
|
{ prop: "scan_follow_total", label: "企微粉丝人数", min_width: 90 },
|
|
281
|
+ { prop: "followers_number", label: "企微实际加粉人数", min_width: 90 },
|
269
|
282
|
{ prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
|
270
|
283
|
{ prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 100 },
|
271
|
284
|
{ prop: "start_date", label: "开始日期", min_width: 100 },
|