|
|
|
|
40
|
</el-table-column>
|
40
|
</el-table-column>
|
41
|
<el-table-column align="center" label="操作" width="350">
|
41
|
<el-table-column align="center" label="操作" width="350">
|
42
|
<template slot-scope="scope">
|
42
|
<template slot-scope="scope">
|
43
|
- <el-button type="primary" size="mini" icon="el-icon-edit" @click="handleChipsMangement(scope.row)">分數管理</el-button>
|
|
|
|
|
43
|
+ <el-button v-if="haveAgent(scope.row.WeChatUser.GambleMember)" type="primary" size="mini" icon="el-icon-edit" @click="handleChipsMangement(scope.row)">分數管理</el-button>
|
44
|
<router-link to="/room/index/gambleMember/index/chipsHistory">
|
44
|
<router-link to="/room/index/gambleMember/index/chipsHistory">
|
45
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handleLog(scope.row)">分數紀錄</el-button>
|
45
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handleLog(scope.row)">分數紀錄</el-button>
|
46
|
</router-link>
|
46
|
</router-link>
|