From bd5de25e4b9e40fa8e2a099347fb90b82ba33cef Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 8 Feb 2022 09:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/AppHealthReport/AppHealthReport.vue | 62 ++++ .../AppHealthReport/components/Detail.vue | 316 ++++++++++++++++++ .../apps/AppHealthReport/components/List.vue | 136 ++++++++ 3 files changed, 514 insertions(+) create mode 100644 project/sass/apps/AppHealthReport/AppHealthReport.vue create mode 100644 project/sass/apps/AppHealthReport/components/Detail.vue create mode 100644 project/sass/apps/AppHealthReport/components/List.vue diff --git a/project/sass/apps/AppHealthReport/AppHealthReport.vue b/project/sass/apps/AppHealthReport/AppHealthReport.vue new file mode 100644 index 00000000..4f430ca1 --- /dev/null +++ b/project/sass/apps/AppHealthReport/AppHealthReport.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/project/sass/apps/AppHealthReport/components/Detail.vue b/project/sass/apps/AppHealthReport/components/Detail.vue new file mode 100644 index 00000000..6f73a123 --- /dev/null +++ b/project/sass/apps/AppHealthReport/components/Detail.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/project/sass/apps/AppHealthReport/components/List.vue b/project/sass/apps/AppHealthReport/components/List.vue new file mode 100644 index 00000000..b9760aad --- /dev/null +++ b/project/sass/apps/AppHealthReport/components/List.vue @@ -0,0 +1,136 @@ + + + + +