-
-
-
-
{{info.name}}的返乡登记信息
-
{{info.startAreaName}}
-
{{info.arriveAreaName}}
-
{{info.arriveTime}}
-
-
-
-
基本信息
-
-
-
身份证号
-
{{info.idNumberText}}
-
-
-
联系方式
-
-
![]()
- {{info.phone}}
-
-
-
-
人员类别
-
{{$dict.getLabel('EP_registerPersonType', info.type)}}
-
-
-
高危行业
-
{{$dict.getLabel('EP_highRiskIndustries', info.highRiskIndustries)}}
-
-
-
-
-
行程信息
-
-
出行方式
-
- ;{{$dict.getLabel('EP_travelType',item)}}
-
-
-
-
{{info.trainNo}}
-
-
出发时间
-
{{info.startTime.substring(0, 16)}}
-
-
-
出发地
-
{{info.startAreaName}}
-
-
-
出发地详址
-
{{info.startAddress}}
-
-
-
行程描述
-
{{info.description}}
-
-
-
抵平时间
-
{{info.arriveTime.substring(0, 16)}}
-
-
-
目的地
-
{{info.arriveAreaName}}
-
-
-
目的地详址
-
{{info.arriveAddress}}
-
-
-
-
-
健康状况
-
-
是否有风险旅居史
-
{{$dict.getLabel('yesOrNo', info.fromHighRiskArea)}}
-
-
-
7天内是否接触新冠确诊或疑似患者
-
{{$dict.getLabel('epidemicTouchInFourteen', info.contactPatients)}}
-
-
-
当前健康状况
-
- 没有异常
- {{$dict.getLabel('EP_abnormalType', info.abnormalType)}}
-
-
-
-
-
-
同行情况共{{info.companionCount}}人同行
-
-
-
-
{{item.name}}
-
{{item.phone}}
-
-
-
-
@@ -194,6 +93,7 @@ export default {
id: '',
info: {},
form: {
+ controlMethod: '',
communityHandleType: '',
homeStatus: '',
quarantineBeginTime: '',
diff --git a/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue b/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue
index dab932bb..523b83d4 100644
--- a/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue
+++ b/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue
@@ -66,6 +66,10 @@
抵平时间
{{info.arriveTime.substring(0, 16)}}
+