fix 81355

This commit is contained in:
赵霄
2024-01-31 11:06:20 +08:00
parent a24c0d499e
commit db1c3c99dd
4 changed files with 20 additions and 20 deletions
@@ -80,11 +80,11 @@ export default {
scopedSlots: { customRender: 'clauseContent' } scopedSlots: { customRender: 'clauseContent' }
}, },
// 实施日期 // 实施日期
{ // {
title: this.$t('dashboard.advancedSearch.materialDate'), // title: this.$t('dashboard.advancedSearch.materialDate'),
width: 150, // width: 150,
dataIndex: 'implementationDate' // dataIndex: 'implementationDate'
}, // },
// 模块负责人 // 模块负责人
{ {
title: this.$t('workCenter.standardConsultationProcess.moduleOwner'), title: this.$t('workCenter.standardConsultationProcess.moduleOwner'),
@@ -77,11 +77,11 @@ export default {
scopedSlots: { customRender: 'clauseContent' } scopedSlots: { customRender: 'clauseContent' }
}, },
// 实施日期 // 实施日期
{ // {
title: this.$t('dashboard.advancedSearch.materialDate'), // title: this.$t('dashboard.advancedSearch.materialDate'),
width: 150, // width: 150,
dataIndex: 'implementationDate' // dataIndex: 'implementationDate'
}, // },
// 评估结果 // 评估结果
{ {
dataIndex: 'assessResults_dictText', dataIndex: 'assessResults_dictText',
@@ -80,11 +80,11 @@ export default {
scopedSlots: { customRender: 'clauseContent' } scopedSlots: { customRender: 'clauseContent' }
}, },
// 实施日期 // 实施日期
{ // {
title: this.$t('dashboard.advancedSearch.materialDate'), // title: this.$t('dashboard.advancedSearch.materialDate'),
width: 150, // width: 150,
dataIndex: 'implementationDate' // dataIndex: 'implementationDate'
}, // },
// 设计工程师 // 设计工程师
{ {
title: this.$t('workCenter.standardConsultationProcess.designEngineer'), title: this.$t('workCenter.standardConsultationProcess.designEngineer'),
@@ -149,11 +149,11 @@ export default {
scopedSlots: { customRender: 'clauseContent' } scopedSlots: { customRender: 'clauseContent' }
}, },
// 实施日期 // 实施日期
{ // {
title: this.$t('dashboard.advancedSearch.materialDate'), // title: this.$t('dashboard.advancedSearch.materialDate'),
width: 150, // width: 150,
dataIndex: 'implementationDate' // dataIndex: 'implementationDate'
}, // },
// 责任单位联络人 // 责任单位联络人
{ {
title: this.$t('workCenter.standardCompliance.responsibleUnitContactPerson'), title: this.$t('workCenter.standardCompliance.responsibleUnitContactPerson'),