Browse Source

un display

bucket 6 years ago
parent
commit
a30e960dbe
2 changed files with 1 additions and 2 deletions
  1. 1 1
      config/dev.env.js
  2. 0 1
      src/views/gambleGameBucket/detail/index.vue

+ 1 - 1
config/dev.env.js

4
 module.exports = merge(prodEnv, {
4
 module.exports = merge(prodEnv, {
5
   NODE_ENV: '"development"',
5
   NODE_ENV: '"development"',
6
   // BASE_API: '"http://brocas.ddns.net:7001/api/v1/admin"'  
6
   // BASE_API: '"http://brocas.ddns.net:7001/api/v1/admin"'  
7
-  BASE_API: '"http://localhost:7001/api/v1/admin"'
7
+  BASE_API: '"http://192.168.0.46:7001/api/v1/admin"'
8
   // BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"'  
8
   // BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"'  
9
 })
9
 })

+ 0 - 1
src/views/gambleGameBucket/detail/index.vue

162
             <div :style="moneyColor(scope.row.totalChips)">{{scope.row.totalChips}}</div>
162
             <div :style="moneyColor(scope.row.totalChips)">{{scope.row.totalChips}}</div>
163
           </template>
163
           </template>
164
         </el-table-column>
164
         </el-table-column>
165
-        <el-table-column label="檯面積分" prop="tablePoint"></el-table-column>         
166
         <el-table-column label="最終積分">
165
         <el-table-column label="最終積分">
167
           <template slot-scope="scope">
166
           <template slot-scope="scope">
168
             <div>{{scope.row.MemberRecord.currentChips}}</div>
167
             <div>{{scope.row.MemberRecord.currentChips}}</div>