|
@@ -17,11 +17,11 @@
|
17
|
17
|
</div>
|
18
|
18
|
<el-table :data="list" v-loading.body="listLoading" element-loading-text="Loading" border fit highlight-current-row
|
19
|
19
|
style="width: 100%">
|
20
|
|
- <el-table-column label="ID" align="center">
|
|
20
|
+ <!-- <el-table-column label="ID" align="center">
|
21
|
21
|
<template slot-scope="scope">
|
22
|
22
|
{{scope.row.id}}
|
23
|
23
|
</template>
|
24
|
|
- </el-table-column>
|
|
24
|
+ </el-table-column> -->
|
25
|
25
|
<el-table-column prop="GambleMember.name" label="莊家" align="center">
|
26
|
26
|
<!-- <template slot-scope="scope">
|
27
|
27
|
<span>{{scope.row.GambleMember.id}}</span>
|