团队模块

This commit is contained in:
‘Liammcl’
2024-12-28 14:28:00 +08:00
parent b3ac241354
commit 4f0e7be806
7 changed files with 121 additions and 15 deletions

View File

@@ -77,6 +77,12 @@ export const TeamTable = ({ tableLoading,pagination,dataSource, onTableChange,on
</div>
),
},
{
title: '归属',
dataIndex: 'type',
dataIndex: ["attributes", "type"],
key: "type",
},
{
title: '描述',
dataIndex: 'description',