From d118f6263571016d94c30e8990f547adcd4b31b4 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 11 Jul 2022 11:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/UserAnnouncementList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue index a4115c765..73824c59d 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -125,6 +125,12 @@ ellipsis: true, scopedSlots: { customRender: 'msgTitile' } }, + { + title: this.$t('Sponsor'), + align: 'center', + dataIndex: 'initiator', + width: 200, + }, { title: this.$t('MessageType'), align: 'center', @@ -132,12 +138,6 @@ width: 200, scopedSlots: { customRender: 'msgCategory' } }, - { - title: this.$t('Sponsor'), - align: 'center', - dataIndex: 'initiator', - width: 200, - }, { title: this.$t('NotificationTime'), align: 'center',