From 6280abc83322e20202fa73f239cc3c63cce65cc1 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 15 Nov 2022 11:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E5=88=9D=E6=8E=92=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCheckpointRegistration/RiskContent.vue | 8 +- .../AppReturnHomeReporting/RiskContent.vue | 119 +++++++++++++++++- 2 files changed, 121 insertions(+), 6 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue index c2d664f2..9ecefa38 100644 --- a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue +++ b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue @@ -112,7 +112,7 @@ -
+
@@ -179,8 +179,8 @@
-
- +
+
@@ -208,6 +208,7 @@ export default { showDictSelect: false, selectDictName: '', selectFormName: '', + operation: '', //empty只能看无操作权限 } }, computed: { @@ -219,6 +220,7 @@ export default { this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_homeStatus2', 'EP_quarantineStrategy', 'EP_communityHandleType', 'EP_highRiskIndustries', 'EP_controlMethod').then(() => { this.id = option.id + this.operation = option.operation this.handleTypeList = this.$dict.getDict('EP_communityHandleType') this.getDetail() }) diff --git a/src/project/pingchang/AppReturnHomeReporting/RiskContent.vue b/src/project/pingchang/AppReturnHomeReporting/RiskContent.vue index a4cf9d22..1f9cc564 100644 --- a/src/project/pingchang/AppReturnHomeReporting/RiskContent.vue +++ b/src/project/pingchang/AppReturnHomeReporting/RiskContent.vue @@ -1,6 +1,117 @@