From e70b2de5395f5d8bab4adbd1f8f126f4cb3087fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 13:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=B3=BB=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=A6=E5=8F=B7=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CompanyInfo/component/ContactsInfoTab.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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',