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'),