dos hai 1 mes
pai
achega
e3b29d45e9

+ 4 - 4
game-ui/src/views/business/betting/index.vue

@@ -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">

+ 4 - 4
game-ui/src/views/business/user/index.vue

@@ -879,10 +879,10 @@
                 stripe
                 style="width: 100%">
                 <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">