From 931ddbdb4fe317a1dbe026754b41527d20cee745 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 16 Jan 2024 15:35:03 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80255?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selection/EnterprisePlanSelectionModal.vue | 3 ++- src/views/enterpriseStandardLibrary/plan/PlanList.vue | 5 +++-- .../modules/FinishTimeChangeBaseInfo.vue | 4 ++-- .../enterpriseStandardInitChange/modules/JobEndBaseInfo.vue | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/selection/EnterprisePlanSelectionModal.vue b/src/components/selection/EnterprisePlanSelectionModal.vue index 8e79a809..d6ee1559 100644 --- a/src/components/selection/EnterprisePlanSelectionModal.vue +++ b/src/components/selection/EnterprisePlanSelectionModal.vue @@ -101,7 +101,8 @@ diff --git a/src/views/enterpriseStandardLibrary/plan/PlanList.vue b/src/views/enterpriseStandardLibrary/plan/PlanList.vue index 66791e15..e2840536 100644 --- a/src/views/enterpriseStandardLibrary/plan/PlanList.vue +++ b/src/views/enterpriseStandardLibrary/plan/PlanList.vue @@ -172,11 +172,12 @@ - + diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue index 207ca369..2077ad84 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue @@ -97,14 +97,14 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 企标名称 title: this.$t('workCenter.enterpriseInitChangePlan.enterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 主起草人 title: this.$t('workCenter.enterpriseInitChangePlan.principalDrafter'), diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/JobEndBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/JobEndBaseInfo.vue index 8f11237b..a690effd 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/JobEndBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/JobEndBaseInfo.vue @@ -96,14 +96,14 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 企标名称 title: this.$t('workCenter.enterpriseInitChangePlan.enterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 主起草人 title: this.$t('workCenter.enterpriseInitChangePlan.principalDrafter'),