diff --git a/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue b/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue index 2e1636f..b2e616e 100644 --- a/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue +++ b/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue @@ -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' },