diff --git a/src/project/saas/AppDataStatistics/components/wechat.vue b/src/project/saas/AppDataStatistics/components/wechat.vue index 48a5c43c..8afd036c 100644 --- a/src/project/saas/AppDataStatistics/components/wechat.vue +++ b/src/project/saas/AppDataStatistics/components/wechat.vue @@ -23,7 +23,7 @@
-
+
@@ -53,7 +53,7 @@
-
+
@@ -96,7 +96,9 @@ export default { this.groupsCard = res.data.居民群统计 this.groupsData = res.data.群成员数 this.groupsMonth = this.groupsData.map(e=> e.month) + // this.groupsMonth = ['2022-09','2022-10','2022-12','2023-01'] this.groupsNumber = this.groupsData.map(e=> e.totalNumber) + // this.groupsNumber = ['6','6','7','7'] this.getGroupsEcharts(this.groupsMonth,this.groupsNumber) } })