产品走查调整

This commit is contained in:
aixianling
2024-07-02 10:08:19 +08:00
parent b5a07c699a
commit 6683b51c2f

View File

@@ -87,8 +87,8 @@ export default {
name: '',
sta: {
groupCount: '群总数',
userCount: '员总数',
activeCount: '成员活跃总数',
userCount: '网格员总数',
activeCount: '历史发消息人数',
residentCount: '居民总人数',
groupuserCount: '群成员总数'
}
@@ -101,11 +101,11 @@ export default {
},
colConfigs() {
return [
{label: "企微名称", prop: "name", width: 250},
{label: "客户名称", prop: "name"},
{label: "地区", prop: "areaName", align: 'center', width: 150},
{label: "地区编码", prop: "areaId", align: 'center', width: 150},
{label: "创建时间", prop: "createTime", align: 'center', width: 200},
{label: 'CORP_ID', prop: "corpId"},
// {label: 'CORP_ID', prop: "corpId"},
{slot: 'options'}
]
},