From 30c90055c980ccc956cd0a816e9764feb21e7f45 Mon Sep 17 00:00:00 2001
From: baoyu <102349094+Bytq@users.noreply.github.com>
Date: Fri, 12 Apr 2024 13:33:04 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E8=AE=A4=E8=AF=81=E6=A0=87?=
=?UTF-8?q?=E5=87=86/=E6=94=BF=E7=AD=96=E5=90=88=E8=A7=84=E6=80=A7?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=AE=A1=E6=9F=A5=E6=B5=81=E7=A8=8B=20?=
=?UTF-8?q?=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=20=E5=AE=9E=E6=96=BD?=
=?UTF-8?q?=E8=A6=81=E6=B1=82=20=E5=9B=9E=E6=98=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/businessDivisionList.vue | 28 ++++++++++---------
1 file changed, 15 insertions(+), 13 deletions(-)
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="产品类型"
+ >
{{ trackingChecklistProductTypeMap[row.productType] || '-' }}
@@ -62,7 +63,8 @@
show-overflow-tooltip
align="center"
width="180"
- label="实施要求">
+ label="实施要求"
+ >
{{ trackingChecklistPutDemandMap[row.implRequire] || '-' }}
@@ -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') {