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',