diff --git a/src/components/CompanyInfo/component/ContactsInfoTab.tsx b/src/components/CompanyInfo/component/ContactsInfoTab.tsx index d9b95ba..058c482 100644 --- a/src/components/CompanyInfo/component/ContactsInfoTab.tsx +++ b/src/components/CompanyInfo/component/ContactsInfoTab.tsx @@ -116,6 +116,11 @@ const OtherAttachmentsTab: React.FC = (props) => { render: (_: any, __: any, index: number) => index + 1, width: 60, }, + { + title: '账号', + dataIndex: 'username', + key: 'username', + }, { title: '联系人', dataIndex: 'contactsName',