diff --git a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue index 5fd91308..2819bbbd 100644 --- a/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue +++ b/src/views/workCenter/standardComplianceProcess/components/DesignEngineerAssess.vue @@ -144,14 +144,14 @@ export default { align: 'center', scopedSlots: { customRender: 'clauseContent' } }, - // 实施日期 - { - title: this.$t('dashboard.advancedSearch.materialDate'), - align: 'center', - width: 180, - dataIndex: 'implementationDate', - scopedSlots: { customRender: 'text' } - }, + // // 实施日期 + // { + // title: this.$t('dashboard.advancedSearch.materialDate'), + // align: 'center', + // width: 180, + // dataIndex: 'implementationDate', + // scopedSlots: { customRender: 'text' } + // }, // 评估结果 { dataIndex: 'assessResults_dictText',