This commit is contained in:
yanran200730
2023-05-05 16:32:39 +08:00
parent 41a78266fe
commit 6cd0602536

View File

@@ -23,8 +23,9 @@
</el-select> </el-select>
</div> </div>
<div class="left-item__bottom"> <div class="left-item__bottom">
<span>居民数量{{ item.customerCount + item.groupMemberCount }}</span> <span>网格员{{ item.allGridMemberCount }}</span>
<span>成员{{ item.allWXMemberCount }}</span> <span>已办{{ item.allWXMemberCount }}</span>
<span>事件{{ item.allWXMemberCount }}</span>
</div> </div>
</div> </div>
</div> </div>
@@ -838,7 +839,7 @@
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.wxGridReportNewInfo = res.data this.tableData1 = res.data
} }
}) })
}, },