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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+ {{ reportInfo.temperature }}℃
+
+
+ {{ $dict.getLabel('epidemicTouchInFourteen', reportInfo.touchInFourteen) }}
+
+
+ {{ reportInfo.healthName }}
+
+
+
+
+
+ {{ reportInfo.checkTime && reportInfo.checkTime.split(' ')[0] }}
+
+
+ {{ $dict.getLabel('epidemicRecentTestResult', reportInfo.checkResult) }}
+
+
+ {{ $dict.getLabel('epidemicHealthCode', reportInfo.healthCode) }}
+
+
+ {{ $dict.getLabel('epidemicVaccineTime', reportInfo.vaccine) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 解除异常
+
+
+
+
+
+
+
+
+ {{ info.unusual || '-' }}
+
+
+
+
+
+
+
+
+ 添加记录
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+