feat: 账号看板增加平台字段

This commit is contained in:
rd
2025-08-18 13:48:55 +08:00
parent 93eafe0b19
commit 4c23c811ca
3 changed files with 13 additions and 4 deletions

View File

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