|
@@ -150,10 +150,10 @@
|
|
|
<!-- <el-table-column type="selection" width="55" align="center" />-->
|
|
|
<!-- <el-table-column label="主键ID" align="center" prop="id" />-->
|
|
|
<el-table-column label="用户ID" align="center" prop="userId" width="100"/>
|
|
|
- <el-table-column label="游戏" align="center" prop="gameId" width="100">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span>{{ getTypeName(scope.row.gameId) }}</span>
|
|
|
- </template>
|
|
|
+ <el-table-column label="游戏" align="center" prop="gameName" width="100">
|
|
|
+<!-- <template slot-scope="scope">
|
|
|
+ <span>{{ getTypeName(scope.row.gameName) }}</span>
|
|
|
+ </template>-->
|
|
|
</el-table-column>
|
|
|
<el-table-column label="投注详情(选项:金额)" align="center" width="200">
|
|
|
<template slot-scope="scope">
|