diff --git a/src/pages/processCenter/pages/creatProcess/policyComplianceReview/components/businessDivisionList.vue b/src/pages/processCenter/pages/creatProcess/policyComplianceReview/components/businessDivisionList.vue index c452d1e70..dd539afc0 100644 --- a/src/pages/processCenter/pages/creatProcess/policyComplianceReview/components/businessDivisionList.vue +++ b/src/pages/processCenter/pages/creatProcess/policyComplianceReview/components/businessDivisionList.vue @@ -45,7 +45,8 @@ show-overflow-tooltip width="120" align="center" - label="产品类型"> + label="产品类型" + > @@ -62,7 +63,8 @@ show-overflow-tooltip align="center" width="180" - label="实施要求"> + label="实施要求" + > @@ -140,20 +142,20 @@ export default { computed: { trackingChecklistProductTypeMap () { return this.dict.trackingChecklistProductType - ? this.dict.trackingChecklistProductType.reduce((obj, item) => { - obj[item.value] = item.label - return obj - }, {}) - : [] + ? this.dict.trackingChecklistProductType.reduce((obj, item) => { + obj[item.value] = item.label + return obj + }, {}) + : [] }, trackingChecklistPutDemandMap () { return this.dict.trackingChecklistPutDemand - ? this.dict.trackingChecklistPutDemand.reduce((obj, item) => { - obj[item.value] = item.label - return obj - }, {}) - : [] - } + ? this.dict.trackingChecklistPutDemand.reduce((obj, item) => { + obj[item.value] = item.label + return obj + }, {}) + : [] + }, showInput () { if (this.taskKey == 'PolicyComplianceProgramReviewProcessKey8' || this.taskKey == 'PolicyComplianceProgramReviewProcessKey9') {