From 1cc498a6e35a89fbfbc6a5b077fcb78611bc6284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 30 Jan 2024 09:05:36 +0800 Subject: [PATCH] fix 81355 --- .../components/DesignEngineerAssess.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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',