|
|
|
|
29
|
class="titleIcon" alt="">
|
29
|
class="titleIcon" alt="">
|
30
|
<img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'recall_rate'" style="height:16px"
|
30
|
<img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'recall_rate'" style="height:16px"
|
31
|
class="titleIcon" alt="">
|
31
|
class="titleIcon" alt="">
|
|
|
32
|
+ <img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'three_days_rate'" style="height:16px"
|
|
|
33
|
+ class="titleIcon" alt="">
|
|
|
34
|
+ <img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'seven_days_rate'" style="height:16px"
|
|
|
35
|
+ class="titleIcon" alt="">
|
32
|
<img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
|
36
|
<img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
|
33
|
class="titleIcon" alt="">
|
37
|
class="titleIcon" alt="">
|
34
|
<img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
|
38
|
<img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
|
|
|
|
|
144
|
prop: 'recall_rate',
|
148
|
prop: 'recall_rate',
|
145
|
label: '回本率',
|
149
|
label: '回本率',
|
146
|
},
|
150
|
},
|
|
|
151
|
+ {
|
|
|
152
|
+ prop: 'three_days_rate',
|
|
|
153
|
+ label: '3天倍率',
|
|
|
154
|
+ },
|
|
|
155
|
+ {
|
|
|
156
|
+ prop: 'seven_days_rate',
|
|
|
157
|
+ label: '7天倍率',
|
|
|
158
|
+ },
|
147
|
],
|
159
|
],
|
148
|
loading: false,
|
160
|
loading: false,
|
149
|
page: 1,
|
161
|
page: 1,
|