diff --git a/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue b/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue index cde9fe24..523bb377 100644 --- a/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue +++ b/src/project/pingchang/AppReturnHomeReporting/UserInfo.vue @@ -138,7 +138,7 @@
居家状态
-
{{ $dict.getLabel('EP_homeStatus', info.cmAdvanceDisposal.homeStatus) }}
+
{{ $dict.getLabel('EP_homeStatus2', info.cmAdvanceDisposal.homeStatus) }}
隔离时间
@@ -194,7 +194,7 @@ export default { }, onLoad(option) { this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_highRiskIndustries', 'EP_handleType', - 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverObject', 'EP_handoverMethod', 'EP_communityHandleType').then(() => { + 'EP_quarantineAddress', 'EP_homeStatus2', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverObject', 'EP_handoverMethod', 'EP_communityHandleType').then(() => { this.id = option.id this.getDetail() })