|
@@ -15,8 +15,8 @@
|
15
|
15
|
<img src="@/assets/img/icon/roi@2x.png" v-if="item.prop == 'sum_roi'" style="height:14px" class="titleIcon" alt="">
|
16
|
16
|
<img src="@/assets/img/icon/总毛利润额@2x.png" v-if="item.prop == 'sum_profit'" style="height:14px" class="titleIcon" alt="">
|
17
|
17
|
<img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'sum_recover_rate'" style="height:14px" class="titleIcon" alt="">
|
18
|
|
- <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qwcb'" style="height:12px" class="titleIcon" alt="">
|
19
|
|
- <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'shouri'" style="height:15px" class="titleIcon" alt="">
|
|
18
|
+ <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px" class="titleIcon" alt="">
|
|
19
|
+ <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px" class="titleIcon" alt="">
|
20
|
20
|
<span>{{item.label}}</span>
|
21
|
21
|
</div>
|
22
|
22
|
<div class="dataItem-data">{{dataInfo&&(dataInfo[item.prop]||dataInfo[item.prop]==0)?$formatNum(dataInfo[item.prop]):'-'}}</div>
|
|
@@ -79,11 +79,11 @@ export default {
|
79
|
79
|
label:'累计充值',
|
80
|
80
|
},
|
81
|
81
|
{
|
82
|
|
- prop:'qwcb',
|
|
82
|
+ prop:'qw_cost',
|
83
|
83
|
label:'企微成本',
|
84
|
84
|
},
|
85
|
85
|
{
|
86
|
|
- prop:'shouri',
|
|
86
|
+ prop:'new_cost',
|
87
|
87
|
label:'用户首日下单成本',
|
88
|
88
|
},
|
89
|
89
|
{
|
|
@@ -105,8 +105,8 @@ export default {
|
105
|
105
|
{ prop: "app_num", label: "投放公众号数", min_width: 160, sort: true },
|
106
|
106
|
{ prop: "day_paid", label: "累计消耗",sort: true },
|
107
|
107
|
{ prop: "charge_total", label: "累计充值",sort: true },
|
108
|
|
- { prop: "charge_total", label: "企微成本",sort: true },
|
109
|
|
- { prop: "charge_total", label: "用户首日下单成本",sort: true, min_width: 160 },
|
|
108
|
+ { prop: "qw_cost", label: "企微成本",sort: true },
|
|
109
|
+ { prop: "new_cost", label: "用户首日下单成本",sort: true, min_width: 160 },
|
110
|
110
|
{ prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗',sort: true },
|
111
|
111
|
{ prop: "profit", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗',sort: true },
|
112
|
112
|
{ prop: "recover_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',sort: true },
|