我的消息列表中,去掉发起人字段列

This commit is contained in:
zyx.net
2022-12-30 14:01:00 +08:00
parent 43aa09e23d
commit bb82387ea5
@@ -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',