From 1b8d5a4ddb68199ee2a3777485ed9185b0c45a88 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 11 Jan 2022 16:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AB=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppEpidemicSituation.vue | 97 +++++++++++++++++-- src/apps/AppEpidemicSituation/UserInfo.vue | 3 +- 2 files changed, 88 insertions(+), 12 deletions(-) diff --git a/src/apps/AppEpidemicSituation/AppEpidemicSituation.vue b/src/apps/AppEpidemicSituation/AppEpidemicSituation.vue index e4636a43..4ad95e61 100644 --- a/src/apps/AppEpidemicSituation/AppEpidemicSituation.vue +++ b/src/apps/AppEpidemicSituation/AppEpidemicSituation.vue @@ -5,31 +5,31 @@

实时数据统计

-
截止2021-01-19
+
截止{{toadyText}}
-

30446

+

{{totalInfo.back1}}

返乡人数

-

304

+

{{totalInfo.back2}}

今日新增返乡

-

3

+

{{totalInfo.back3}}

今日返乡异常

-

30446

+

{{totalInfo.report1}}

健康上报人数

-

46

+

{{totalInfo.report2}}

今日上报人数

-

0

+

{{totalInfo.report3}}

今日上报异常

@@ -41,7 +41,7 @@
返乡数据统计
-
+
新增返乡人数 新增异常人数
@@ -49,18 +49,95 @@