|
@@ -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;
|