diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue
index 280c6f1d..a97b6949 100644
--- a/src/apps/AppEpidemicSituation/BackUserList.vue
+++ b/src/apps/AppEpidemicSituation/BackUserList.vue
@@ -37,8 +37,8 @@
{{item.name}}有异常
{{item.idNumber}}
-
{{item.startAreaName}}
-
{{item.arriveAreaName}}
+
{{item.startAreaName}}
+
{{item.arriveAreaName}}
{{item.createTime}}
diff --git a/src/apps/AppEpidemicSituation/ErrorInfo.vue b/src/apps/AppEpidemicSituation/ErrorInfo.vue
index 0f7d5b99..475c574b 100644
--- a/src/apps/AppEpidemicSituation/ErrorInfo.vue
+++ b/src/apps/AppEpidemicSituation/ErrorInfo.vue
@@ -6,7 +6,7 @@
{{info.idNumber}}
异常情况:
- {{$dict.getLabel('epidemicRecentHealth', item)}}
+ {{info.unusual}}
diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue
index 42d2f321..e22aadf7 100644
--- a/src/apps/AppEpidemicSituation/UserInfo.vue
+++ b/src/apps/AppEpidemicSituation/UserInfo.vue
@@ -3,8 +3,8 @@
{{info.name}}的返乡登记信息
-
{{info.arriveAreaName}}
-
{{info.startAreaName}}
+
{{info.arriveAreaName}}
+
{{info.startAreaName}}
{{info.checkTime}}
@@ -88,11 +88,11 @@
健康状况
当前体温
-
{{info.temperature}}℃
+
{{info.temperature}}℃
14天内是否接触新冠确诊或疑似患者
-
{{$dict.getLabel('epidemicTouchInFourteen', info.touchInFourteen)}}
+
{{$dict.getLabel('epidemicTouchInFourteen', info.touchInFourteen)}}
当前健康状况
@@ -231,6 +231,15 @@ export default {
margin-right: 8px;
}
}
+ .color-0{
+ color: #42D784;
+ }
+ .color-1{
+ color: #f46;
+ }
+ .color-2{
+ color: #1365DD;
+ }
}
.img-list{
padding-bottom: 32px;