From afbad86c7e271fda053bf573a8b5665816d1ecb4 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 20 Dec 2022 10:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppDataStatistics/AppDataStatistics.vue | 2 +- .../AppDataStatistics/components/update.vue | 10 +- .../AppDataStatistics/components/wechat.vue | 144 +++++++++++++++++- 3 files changed, 153 insertions(+), 3 deletions(-) diff --git a/src/project/saas/AppDataStatistics/AppDataStatistics.vue b/src/project/saas/AppDataStatistics/AppDataStatistics.vue index 3514f956..16dbb9eb 100644 --- a/src/project/saas/AppDataStatistics/AppDataStatistics.vue +++ b/src/project/saas/AppDataStatistics/AppDataStatistics.vue @@ -46,7 +46,7 @@ export default { component: message }, ], - tabIndex: 1, + tabIndex: 0, areaId: '', areaName: '', } diff --git a/src/project/saas/AppDataStatistics/components/update.vue b/src/project/saas/AppDataStatistics/components/update.vue index a2e4c0fc..b79e215f 100644 --- a/src/project/saas/AppDataStatistics/components/update.vue +++ b/src/project/saas/AppDataStatistics/components/update.vue @@ -25,6 +25,14 @@
新增积分事件
234
+
+
新增积分
+
234
+
+
+
新增走访记录
+
234
+
@@ -90,7 +98,7 @@ export default { .card_num { font-size: 36px; color: #000000; - font-weight: 500; + font-weight: 600; margin-top: 12px; } } diff --git a/src/project/saas/AppDataStatistics/components/wechat.vue b/src/project/saas/AppDataStatistics/components/wechat.vue index 30f64f0d..6b6f59f2 100644 --- a/src/project/saas/AppDataStatistics/components/wechat.vue +++ b/src/project/saas/AppDataStatistics/components/wechat.vue @@ -19,6 +19,10 @@ +
+
+
+
居民群统计(统计数据为去重后的数据)
@@ -41,10 +45,15 @@
18
+ +
+
+
@@ -104,5 +232,19 @@ export default { } } } + + .friends_box, + .groups_box { + margin-top: 24px; + width: 100%; + height: 514px; + background: #FFF; + + #friends, + #groups { + width: 100%; + height: 100%; + } + } } \ No newline at end of file