From b025cc85dc49b568307a50253eeed9810e19c708 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 26 Aug 2022 11:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=B1=BB=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppEpidemicSituation/UserInfo.vue | 4 ++-- src/apps/AppHomeRegistration/Detail.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue index e41c8ab9..1c99f9d6 100644 --- a/src/apps/AppEpidemicSituation/UserInfo.vue +++ b/src/apps/AppEpidemicSituation/UserInfo.vue @@ -26,7 +26,7 @@
人员类别
-
{{$dict.getLabel('epidemicMemberType', info.type)}}
+
{{$dict.getLabel('epidemicRecentPersonType', info.type)}}
@@ -143,7 +143,7 @@ export default { document.title = '返乡人员信息' }, onLoad(option) { - this.$dict.load('epidemicMemberType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => { + this.$dict.load('epidemicRecentPersonType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => { this.id = option.id this.getDetail() this.getList() diff --git a/src/apps/AppHomeRegistration/Detail.vue b/src/apps/AppHomeRegistration/Detail.vue index 12e80fcb..33efc422 100644 --- a/src/apps/AppHomeRegistration/Detail.vue +++ b/src/apps/AppHomeRegistration/Detail.vue @@ -16,7 +16,7 @@
行程信息
人员类别
-
{{$dict.getLabel('epidemicRecentPersonType', info.type)}}
+
{{$dict.getLabel('epidemicMemberType', info.type)}}
返乡事由
@@ -87,7 +87,7 @@ export default { document.title = '返乡人员信息' }, onLoad(option) { - this.$dict.load('epidemicRecentPersonType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => { + this.$dict.load('epidemicMemberType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => { this.id = option.id this.getDetail() })