|
@@ -33,6 +33,10 @@
|
33
|
33
|
class="titleIcon" alt="">
|
34
|
34
|
<img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day7_charge'" style="height:17px"
|
35
|
35
|
class="titleIcon" alt="">
|
|
36
|
+ <img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day3_first_day_pay'" style="height:17px"
|
|
37
|
+ class="titleIcon" alt="">
|
|
38
|
+ <img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day7_first_day_pay'" style="height:17px"
|
|
39
|
+ class="titleIcon" alt="">
|
36
|
40
|
<img src="@/assets/img/icon/roi@2x.png" v-if="item.prop == 'first_day_roi'" style="height:14px"
|
37
|
41
|
class="titleIcon" alt="">
|
38
|
42
|
<img src="@/assets/img/icon/总毛利润额@2x.png" v-if="item.prop == 'profile'" style="height:14px"
|
|
@@ -178,6 +182,14 @@ export default {
|
178
|
182
|
prop: 'day7_charge',
|
179
|
183
|
label: '7天充值金额',
|
180
|
184
|
},
|
|
185
|
+ {
|
|
186
|
+ prop: 'day3_first_day_pay',
|
|
187
|
+ label: '3天首日充值金额',
|
|
188
|
+ },
|
|
189
|
+ {
|
|
190
|
+ prop: 'day7_first_day_pay',
|
|
191
|
+ label: '7天首日充值金额',
|
|
192
|
+ },
|
181
|
193
|
],
|
182
|
194
|
loading: false,
|
183
|
195
|
page: 1,
|
|
@@ -214,6 +226,8 @@ export default {
|
214
|
226
|
{ prop: "seven_days_rate", label: "7天倍率" },
|
215
|
227
|
{ prop: "day3_charge", label: "3天充值金额" },
|
216
|
228
|
{ prop: "day7_charge", label: "7天充值金额" },
|
|
229
|
+ { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 160 },
|
|
230
|
+ { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 160 },
|
217
|
231
|
],
|
218
|
232
|
height: '',
|
219
|
233
|
tagType: 2,
|