feat: 账号看板增加平台字段
This commit is contained in:
@ -71,6 +71,13 @@ export const getDefaultColumns = (type = 'week') => {
|
||||
width: 180,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '平台',
|
||||
dataIndex: 'platform',
|
||||
prop: 'platform',
|
||||
width: 120,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '账号分组',
|
||||
dataIndex: 'group.name',
|
||||
|
||||
Reference in New Issue
Block a user