From 4b284108a10f9b808119f0243872aea2b483493b Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 17 Aug 2022 11:45:58 +0800 Subject: [PATCH 1/2] bug --- src/project/saas/AppHome/components/Grid.vue | 1 + src/project/saas/AppHome/components/Home.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/saas/AppHome/components/Grid.vue b/src/project/saas/AppHome/components/Grid.vue index 5aeebab5..1051d47c 100644 --- a/src/project/saas/AppHome/components/Grid.vue +++ b/src/project/saas/AppHome/components/Grid.vue @@ -77,6 +77,7 @@ export default { height: 384px; background-color: #fff; box-sizing: border-box; + border-radius: 8px; .title { font-size: 36px; font-family: PingFangSC-Medium, PingFang SC; diff --git a/src/project/saas/AppHome/components/Home.vue b/src/project/saas/AppHome/components/Home.vue index fb5c34dc..8a905f1e 100644 --- a/src/project/saas/AppHome/components/Home.vue +++ b/src/project/saas/AppHome/components/Home.vue @@ -27,7 +27,7 @@

{{ item.title }}

-
{{ girdInfo[item.key] || '-'}}
+
{{ girdInfo[item.key] || 0}}
消息发送情况
From 21be998a1ec271f7c4b4a3429f558259c90ad797 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 17 Aug 2022 11:54:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppHome/components/Home.vue | 23 +------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/src/project/saas/AppHome/components/Home.vue b/src/project/saas/AppHome/components/Home.vue index 8a905f1e..904c8442 100644 --- a/src/project/saas/AppHome/components/Home.vue +++ b/src/project/saas/AppHome/components/Home.vue @@ -65,28 +65,7 @@ export default { linkUrl: '/apps/AppCooperationPropaganda/AppCooperationPropaganda' } ], - tabStatistics: [ - { - title: '网格数', - key: '网格数' - }, - { - title: '网格员数', - key: '网格员' - }, - { - title: '辖区户数', - key: '辖区户数' - }, - { - title: '居民群数', - key: '居民群' - }, - { - title: '微信好友', - key: '微信好友' - } - ], + tabStatistics: [], echartData: null, list: ['慧政务改版上线了,点此查看帮助文档!'], girdInfo: {}