From 218830611c62e40ff7e513e252d217e792e2c8b6 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 15 Jan 2024 14:13:20 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80566?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AnnualRevisionPlanActivelyReport.vue | 11 +++++++---- .../AnnualRevisionPlanStandardizationInit.vue | 11 +++++++---- .../EnterpriseStandardInitChange.vue | 8 ++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/AnnualRevisionPlanActivelyReport.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/AnnualRevisionPlanActivelyReport.vue index 3270239..4ff770a 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/AnnualRevisionPlanActivelyReport.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/AnnualRevisionPlanActivelyReport.vue @@ -69,6 +69,9 @@ :columns="columns" :dataSource="baseInfoForm" :pagination="false"> + @@ -186,28 +189,28 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetailOld' } + scopedSlots: { customRender: 'text' } }, { // 新企标编号 title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardNum'), align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('revisionPlanActivelyReport.oldEnterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetailOld' } + scopedSlots: { customRender: 'text' } }, { // 新企标名称 title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardName'), align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('revisionPlanActivelyReport.authDepartment'), diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/AnnualRevisionPlanStandardizationInit.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/AnnualRevisionPlanStandardizationInit.vue index 1785d05..36ea2a5 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/AnnualRevisionPlanStandardizationInit.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/AnnualRevisionPlanStandardizationInit.vue @@ -57,6 +57,9 @@ :columns="columns" :dataSource="baseInfoForm" :pagination="false"> + @@ -174,28 +177,28 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetailOld' } + scopedSlots: { customRender: 'text' } }, { // 新企标编号 title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardNum'), align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('revisionPlanActivelyReport.oldEnterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetailOld' } + scopedSlots: { customRender: 'text' } }, { // 新企标名称 title: this.$t('revisionPlanActivelyReport.newEnterpriseStandardName'), align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('revisionPlanActivelyReport.authDepartment'), diff --git a/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue b/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue index 1490735..42128a4 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/EnterpriseStandardInitChange.vue @@ -922,14 +922,14 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 企标名称 title: this.$t('esInitChange.enterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 主起草人 title: this.$t('esInitChange.principalDrafter'), @@ -1012,14 +1012,14 @@ export default { align: 'center', width: 180, dataIndex: 'originEnStandardNo', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 企标名称 title: this.$t('esInitChange.enterpriseStandardName'), align: 'center', width: 180, dataIndex: 'originEnStandardName', - scopedSlots: { customRender: 'toDetail' } + scopedSlots: { customRender: 'text' } }, { // 主起草人 title: this.$t('esInitChange.principalDrafter'),