|
|
|
|
32
|
<span>{{scope.row.chips}}</span>
|
32
|
<span>{{scope.row.chips}}</span>
|
33
|
</template>
|
33
|
</template>
|
34
|
</el-table-column>
|
34
|
</el-table-column>
|
35
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
35
|
+ <el-table-column align="center" label="操作" width="350">
|
36
|
<template slot-scope="scope">
|
36
|
<template slot-scope="scope">
|
37
|
<el-button type="primary" size="mini" icon="el-icon-edit" @click="handleDeposit(scope.row)">上下分</el-button>
|
37
|
<el-button type="primary" size="mini" icon="el-icon-edit" @click="handleDeposit(scope.row)">上下分</el-button>
|
|
|
38
|
+ <el-button type="primary" size="mini" icon="el-icon-tickets" @click="handleLog(scope.row)">上下分紀錄</el-button>
|
38
|
<router-link to="/gambleMember/index/history">
|
39
|
<router-link to="/gambleMember/index/history">
|
39
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePage(scope.row)">歷史查詢</el-button>
|
40
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePage(scope.row)">歷史查詢</el-button>
|
40
|
</router-link>
|
41
|
</router-link>
|
|
|
|
|
215
|
this.SetVisible(false)
|
216
|
this.SetVisible(false)
|
216
|
this.member = temp
|
217
|
this.member = temp
|
217
|
},
|
218
|
},
|
|
|
219
|
+ handleLog(row){
|
|
|
220
|
+ console.log('上下分紀錄', row)
|
|
|
221
|
+ },
|
218
|
handleFilter() {
|
222
|
handleFilter() {
|
219
|
this.listQuery.page = 1
|
223
|
this.listQuery.page = 1
|
220
|
this.getList()
|
224
|
this.getList()
|