From 6683b51c2f65b18b6e6ff64a65fb93aa0e2bd30f Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 2 Jul 2024 10:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=B5=B0=E6=9F=A5=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/statistics/AppCorpStatistics/AppCorpOverview.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue index dbd8163d..8226806a 100644 --- a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue +++ b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue @@ -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'} ] },