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