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 @@