ethan 6 年 前
コミット
1c00d0401f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/room/index.vue

+ 1 - 1
src/views/room/index.vue

@@ -25,7 +25,7 @@
25 25
           <span>{{moment(scope.row.createdAt)}}</span>
26 26
         </template>
27 27
       </el-table-column>
28
-      <el-table-column align="center" label="操作" width="350">
28
+      <el-table-column align="center" label="操作" width="450">
29 29
         <template slot-scope="scope">
30 30
           <router-link to="/room/index/wechatMember/index">
31 31
             <el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePage(scope.row)">會員管理</el-button>