[update] 修改企标评审会记录字段

This commit is contained in:
lideqin
2024-01-05 17:31:05 +08:00
parent b1fef6441c
commit c0da47c5a3
@@ -127,14 +127,14 @@ export default {
title: this.$t('enterpriseStandardLibrary.reviewMeeting.principalDrafter'), title: this.$t('enterpriseStandardLibrary.reviewMeeting.principalDrafter'),
align: 'center', align: 'center',
width: 180, width: 180,
dataIndex: 'mainDraftingUser', dataIndex: 'mainDraftUser_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 主起草单位 { // 主起草单位
title: this.$t('enterpriseStandardLibrary.reviewMeeting.mainDraftUnit'), title: this.$t('enterpriseStandardLibrary.reviewMeeting.mainDraftUnit'),
align: 'center', align: 'center',
width: 180, width: 180,
dataIndex: 'mainDraftingUnit', dataIndex: 'mainDraftUnit_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 评审日期 { // 评审日期