[update] 修改企标评审会记录字段
This commit is contained in:
@@ -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' }
|
||||||
},
|
},
|
||||||
{ // 评审日期
|
{ // 评审日期
|
||||||
|
|||||||
Reference in New Issue
Block a user