|
|
|
|
37
|
<span>{{moment(scope.row['GambleGame-Bucket'].createdAt)}}</span>
|
37
|
<span>{{moment(scope.row['GambleGame-Bucket'].createdAt)}}</span>
|
38
|
</template>
|
38
|
</template>
|
39
|
</el-table-column>
|
39
|
</el-table-column>
|
40
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
40
|
+ <el-table-column align="center" label="操作" width="250">
|
41
|
<template slot-scope="scope">
|
41
|
<template slot-scope="scope">
|
42
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePersonDetail(scope.row)">個人明細</el-button>
|
42
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePersonDetail(scope.row)">個人明細</el-button>
|
43
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handleGameDetail(scope.row)">此場明細</el-button>
|
43
|
<el-button type="primary" size="mini" icon="el-icon-tickets" @click="handleGameDetail(scope.row)">此場明細</el-button>
|