[update] 企标制修订流程标准化审批节点评审人变成多选,企标评审会记录增加评分人列

This commit is contained in:
lideqin
2024-04-18 16:29:30 +08:00
parent b41a86f732
commit afb6b83071
3 changed files with 9 additions and 1 deletions
@@ -151,6 +151,13 @@ export default {
dataIndex: 'reviewUsers',
scopedSlots: { customRender: 'text' }
},
{ // 评分人
title: this.$t('enterpriseStandardLibrary.reviewMeeting.scorer'),
align: 'center',
width: 180,
dataIndex: 'rateUsers',
scopedSlots: { customRender: 'text' }
},
{ // 平均总分
title: this.$t('enterpriseStandardLibrary.reviewMeeting.average'),
align: 'center',