[update] 修改UAT问题:不符合项库关闭人,关闭时间列换位置
This commit is contained in:
+14
-14
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user