Browse Source

adjust button column width

Unknown 7 years ago
parent
commit
2d229d3801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/gambleMember/history/index.vue

+ 1 - 1
src/views/gambleMember/history/index.vue

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>