联系人信息增加账号回显

This commit is contained in:
孙景学
2025-08-05 13:29:01 +08:00
parent f3f23ed053
commit e70b2de539

View File

@ -116,6 +116,11 @@ const OtherAttachmentsTab: React.FC<Props> = (props) => {
render: (_: any, __: any, index: number) => index + 1,
width: 60,
},
{
title: '账号',
dataIndex: 'username',
key: 'username',
},
{
title: '联系人',
dataIndex: 'contactsName',