fix: 移除团队成员表格中的用户ID列
This commit is contained in:
@@ -48,10 +48,6 @@ const columns: TableBaseColumns = [
|
|||||||
{
|
{
|
||||||
key: 'ancestorId',
|
key: 'ancestorId',
|
||||||
title: '上级ID'
|
title: '上级ID'
|
||||||
},
|
|
||||||
{
|
|
||||||
key: 'descendantId',
|
|
||||||
title: '用户ID'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user