群发统计

This commit is contained in:
yanran200730
2023-03-01 14:17:19 +08:00
parent d121bb6a73
commit e45ebaa025
6 changed files with 24 additions and 25 deletions

View File

@@ -136,8 +136,8 @@
<el-table-column slot="user" label="成员" align="left">
<template slot-scope="{ row }">
<div class="userinfo">
<span>{{ row.groupOwnerName }}</span>
<span style="color: #999">{{ row.mainDepartmentName }}</span>
<span>{{ row.userName }}</span>
<span style="color: #999">{{ row.userDepartmentName }}</span>
</div>
</template>
</el-table-column>
@@ -252,8 +252,8 @@
}
}).then(res => {
if (res.code === 0) {
// this.tableData1 = res.data.executedList.records
// this.total1 = res.data.executedList.total
this.tableData1 = res.data.executedList.records
this.total1 = res.data.executedList.total
this.memberInfo = res.data
}
})