From 8f8e8afa83ee4e79764e9ea1717936ca4e800e17 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 18 Oct 2022 15:55:52 +0800 Subject: [PATCH] 2 --- .../apps/AppBayonetRegistration/components/Detail.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue index 4f0e41b5..b09c5215 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue @@ -93,8 +93,8 @@ v-for="item in info.riskDisposalList" :key="item.id" label-width="120px"> - - + + @@ -118,7 +118,7 @@ - + { + this.$dict.load(['EP_handleType', 'EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_handoverObject', 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverMethod', 'EP_abnormalType']).then(() => { this.getInfo(this.params.id) }) }