我的消息列表中,去掉发起人字段列
This commit is contained in:
@@ -145,13 +145,13 @@ import { ACCESS_TOKEN } from '@/store/mutation-types'
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'msgTitile' }
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
dataIndex: 'initiator',
|
||||
width: 200
|
||||
},
|
||||
// {
|
||||
// title: this.$t('Sponsor'),
|
||||
// align: 'left',
|
||||
// ellipsis: true,
|
||||
// dataIndex: 'initiator',
|
||||
// width: 200
|
||||
// },
|
||||
{
|
||||
title: this.$t('MessageType'),
|
||||
align: 'left',
|
||||
|
||||
Reference in New Issue
Block a user