From 6ffb824d060e2043a6ac556187c4cf1ca161d389 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 13 Sep 2024 17:31:11 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9UAT=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9A=E4=B8=8D=E7=AC=A6=E5=90=88=E9=A1=B9=E5=BA=93?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E4=BA=BA=EF=BC=8C=E5=85=B3=E9=97=AD=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=88=97=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nonmatchItem/NonmatchItemList.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) 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' },