|
|
@@ -34,7 +34,7 @@
|
|
34
|
34
|
@change="getList(1)"
|
|
35
|
35
|
>
|
|
36
|
36
|
<el-option label="全部" value="" />
|
|
37
|
|
- <el-option label="兑换" value="1" />
|
|
|
37
|
+ <el-option label="转入" value="1" />
|
|
38
|
38
|
<el-option label="消耗" value="2" />
|
|
39
|
39
|
</el-select>
|
|
40
|
40
|
</el-form-item>
|
|
|
@@ -71,7 +71,7 @@
|
|
71
|
71
|
<el-table-column label="VR数" prop="number" min-width="130" />
|
|
72
|
72
|
<el-table-column label="vr类型" prop="type" min-width="130">
|
|
73
|
73
|
<template slot-scope="scope">
|
|
74
|
|
- <span v-if="scope.row.type == 1">兑换</span>
|
|
|
74
|
+ <span v-if="scope.row.type == 1">转入</span>
|
|
75
|
75
|
<span v-if="scope.row.type == 2">消耗</span>
|
|
76
|
76
|
</template>
|
|
77
|
77
|
</el-table-column>
|
|
|
@@ -318,8 +318,8 @@ export default {
|
|
318
|
318
|
this.tableData.total = res.data.count;
|
|
319
|
319
|
|
|
320
|
320
|
this.cardLists = [
|
|
321
|
|
- { info: '', name: 'VR奖励总数', count: res.data.statistics.all },
|
|
322
|
|
- // { info: '', name: '兑换总数', count: res.data.statistics.clear },
|
|
|
321
|
+ { info: '', name: '转入VR总数', count: res.data.statistics.all },
|
|
|
322
|
+ // { info: '', name: '转入总数', count: res.data.statistics.clear },
|
|
323
|
323
|
{ info: '', name: '已消耗VR', count: res.data.statistics.nclear },
|
|
324
|
324
|
// { info: '', name: '已失效VR', count: res.data.statistics.lost },
|
|
325
|
325
|
// {info: '', name: 'VR扣减总数', count: res.data.statistics.deduct},
|