From c9ffb97281130ac95cdcef49feaa750d84dde560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 10 Jan 2022 11:43:53 +0800 Subject: [PATCH] template --- src/apps/AppEpidemicSituation/Health.vue | 43 ++++++++++++++++++++---- 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 50768645..6bc87def 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -36,6 +36,8 @@ +
+
@@ -49,8 +51,23 @@
+
+
+ +
+ + + +
@@ -80,6 +97,8 @@ export default { }, ], currentTabs: 0, + + data: [], } }, computed: { @@ -92,6 +111,8 @@ export default { }, onShow() {}, methods: { + goDetail() {}, + change(index) { // this.data = [] this.areaId = this.user.areaId @@ -119,11 +140,11 @@ export default {