|
|
@@ -12,7 +12,7 @@
|
|
|
</el-button>
|
|
|
</page-title>
|
|
|
<div class="filters-container">
|
|
|
- <template v-if="this.$route.query && this.$route.query.id === '2'">
|
|
|
+ <template v-if="this.$route.query && this.id === '2'">
|
|
|
<el-select v-model="type" placeholder="请gameBox选择类型" @change="getData">
|
|
|
<el-option
|
|
|
v-for="item in gameBoxTypes"
|
|
|
@@ -49,8 +49,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="nickName" label="用户昵称"> </el-table-column>
|
|
|
<el-table-column prop="phone" label="手机号"> </el-table-column>
|
|
|
- <el-table-column prop="remark" label="金币数量" v-if="this.$route.query.id == 1"> </el-table-column>
|
|
|
- <el-table-column prop="remark" label="最高积分" v-if="this.$route.query.id == 2"> </el-table-column>
|
|
|
+ <el-table-column prop="remark" label="金币数量" v-if="this.id == 1"> </el-table-column>
|
|
|
+ <el-table-column prop="remark" label="最高积分" v-if="this.id == 2"> </el-table-column>
|
|
|
</el-table>
|
|
|
<div class="pagination-wrapper">
|
|
|
<el-pagination
|