소스 검색

加个vid 显示

三七 5 일 전
부모
커밋
22c858ea69
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/components/QwUserSelectTwo.vue

+ 2 - 0
src/views/components/QwUserSelectTwo.vue

@@ -47,6 +47,7 @@
           <el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
           <el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
           <el-table-column label="企微用户名" align="center" prop="qwUserName"/>
           <el-table-column label="企微用户名" align="center" prop="qwUserName"/>
           <el-table-column label="企微用户id" align="center" prop="qwUserId"/>
           <el-table-column label="企微用户id" align="center" prop="qwUserId"/>
+          <el-table-column label="vid" align="center" prop="vid"/>
           <el-table-column label="uid" align="center" prop="uid"/>
           <el-table-column label="uid" align="center" prop="uid"/>
           <el-table-column label="ipad服务器id" align="center" prop="serverId"/>
           <el-table-column label="ipad服务器id" align="center" prop="serverId"/>
         </el-table>
         </el-table>
@@ -149,6 +150,7 @@ export default {
         if (this.$refs.table) {
         if (this.$refs.table) {
           this.$refs.table.clearSelection();
           this.$refs.table.clearSelection();
         }
         }
+
         this.qwUserList = response.rows;
         this.qwUserList = response.rows;
         this.total = response.total;
         this.total = response.total;
         this.loading = false;
         this.loading = false;