From db1c3c99dd25fabc000db6bfe87a9f1d1bdfdeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 31 Jan 2024 11:06:20 +0800 Subject: [PATCH] fix 81355 --- .../components/DepartLeaderApproveTable.vue | 10 +++++----- .../components/DesignEngineerWriteProject.vue | 10 +++++----- .../components/ModuleOwnerApproveTable.vue | 10 +++++----- .../components/RegulatoryEngineerApproval.vue | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/workCenter/standardComplianceProcess/components/DepartLeaderApproveTable.vue b/src/views/workCenter/standardComplianceProcess/components/DepartLeaderApproveTable.vue index 0eff83de..883144a6 100644 --- a/src/views/workCenter/standardComplianceProcess/components/DepartLeaderApproveTable.vue +++ b/src/views/workCenter/standardComplianceProcess/components/DepartLeaderApproveTable.vue @@ -80,11 +80,11 @@ export default { scopedSlots: { customRender: 'clauseContent' } }, // 实施日期 - { - title: this.$t('dashboard.advancedSearch.materialDate'), - width: 150, - dataIndex: 'implementationDate' - }, + // { + // title: this.$t('dashboard.advancedSearch.materialDate'), + // width: 150, + // dataIndex: 'implementationDate' + // }, // 模块负责人 { title: this.$t('workCenter.standardConsultationProcess.moduleOwner'), diff --git a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerWriteProject.vue b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerWriteProject.vue index a9b135a4..5fa7821e 100644 --- a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerWriteProject.vue +++ b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerWriteProject.vue @@ -77,11 +77,11 @@ export default { scopedSlots: { customRender: 'clauseContent' } }, // 实施日期 - { - title: this.$t('dashboard.advancedSearch.materialDate'), - width: 150, - dataIndex: 'implementationDate' - }, + // { + // title: this.$t('dashboard.advancedSearch.materialDate'), + // width: 150, + // dataIndex: 'implementationDate' + // }, // 评估结果 { dataIndex: 'assessResults_dictText', diff --git a/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue b/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue index f084bb58..0c59c5d2 100644 --- a/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue +++ b/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue @@ -80,11 +80,11 @@ export default { scopedSlots: { customRender: 'clauseContent' } }, // 实施日期 - { - title: this.$t('dashboard.advancedSearch.materialDate'), - width: 150, - dataIndex: 'implementationDate' - }, + // { + // title: this.$t('dashboard.advancedSearch.materialDate'), + // width: 150, + // dataIndex: 'implementationDate' + // }, // 设计工程师 { title: this.$t('workCenter.standardConsultationProcess.designEngineer'), diff --git a/src/views/workCenter/standardComplianceProcess/components/RegulatoryEngineerApproval.vue b/src/views/workCenter/standardComplianceProcess/components/RegulatoryEngineerApproval.vue index dc8f53df..8e77ed52 100644 --- a/src/views/workCenter/standardComplianceProcess/components/RegulatoryEngineerApproval.vue +++ b/src/views/workCenter/standardComplianceProcess/components/RegulatoryEngineerApproval.vue @@ -149,11 +149,11 @@ export default { scopedSlots: { customRender: 'clauseContent' } }, // 实施日期 - { - title: this.$t('dashboard.advancedSearch.materialDate'), - width: 150, - dataIndex: 'implementationDate' - }, + // { + // title: this.$t('dashboard.advancedSearch.materialDate'), + // width: 150, + // dataIndex: 'implementationDate' + // }, // 责任单位联络人 { title: this.$t('workCenter.standardCompliance.responsibleUnitContactPerson'),