联系人信息增加账号回显
This commit is contained in:
@ -116,6 +116,11 @@ const OtherAttachmentsTab: React.FC<Props> = (props) => {
|
|||||||
render: (_: any, __: any, index: number) => index + 1,
|
render: (_: any, __: any, index: number) => index + 1,
|
||||||
width: 60,
|
width: 60,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '账号',
|
||||||
|
dataIndex: 'username',
|
||||||
|
key: 'username',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '联系人',
|
title: '联系人',
|
||||||
dataIndex: 'contactsName',
|
dataIndex: 'contactsName',
|
||||||
|
Reference in New Issue
Block a user