diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue index 5c891828..af95a952 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue @@ -41,15 +41,6 @@ - - - - - - @@ -104,7 +95,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -118,7 +109,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -274,15 +265,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue index 1e9d6413..9c8d53cb 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue @@ -47,14 +47,6 @@ - -
{{ $t('edit') }} @@ -147,7 +139,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -161,7 +153,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -340,15 +332,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue index cd033f17..2327a46f 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue @@ -29,15 +29,6 @@ - - -
@@ -95,7 +86,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -109,7 +100,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -252,15 +243,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue index 527c02f3..bea66d3a 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue @@ -20,15 +20,6 @@ - - -
{{ $t('edit') }} @@ -98,7 +89,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -112,7 +103,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -281,15 +272,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 新增或编辑完成 modelFormOk (value) { this.dataSource.splice(this.editIndex, 1, value)