Browse Source

取消认证、解绑

(cherry picked from commit fbea9734b7f43fcef8737784872fbcc4efb5ff8e)
xiongzhu 4 years ago
parent
commit
1ac200c6bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/views/UserList.vue

+ 1 - 1
src/main/vue/src/views/UserList.vue

@@ -44,7 +44,7 @@
             </el-table-column>
             <el-table-column label="手机" prop="phone"></el-table-column>
             <el-table-column label="注册时间" prop="createdAt" width="150"></el-table-column>
-            <el-table-column label="操作" align="center" fixed="right">
+            <el-table-column label="操作" align="center" fixed="right" width="200">
                 <template slot-scope="{ row }">
                     <el-button @click="editRow(row)" type="primary" size="mini" plain>编辑</el-button>
                     <el-button @click="removeCard(row)" size="mini" type="text" :disabled="!row.settleAccountId">