[update] 修改UAT问题:不符合项库关闭人,关闭时间列换位置

This commit is contained in:
lideqin
2024-09-13 17:31:11 +08:00
parent 5fd2e48327
commit 6ffb824d06
@@ -238,6 +238,20 @@ export default {
dataIndex: 'rectifyStatus_dictText',
scopedSlots: { customRender: 'dictText' }
},
{ // 关闭人
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.shutter'),
align: 'center',
width: 180,
dataIndex: 'closeUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 关闭时间
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.closingTime'),
align: 'center',
width: 180,
dataIndex: 'closeTime',
scopedSlots: { customRender: 'text' }
},
{ // PCR编号
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.pcrNumber'),
align: 'center',
@@ -259,20 +273,6 @@ export default {
dataIndex: 'file',
scopedSlots: { customRender: 'file' }
},
{ // 关闭人
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.shutter'),
align: 'center',
width: 180,
dataIndex: 'closeUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 关闭时间
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.closingTime'),
align: 'center',
width: 180,
dataIndex: 'closeTime',
scopedSlots: { customRender: 'text' }
},
{
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },