修复招聘会前端交互与无障碍问题
This commit is contained in:
@@ -15,6 +15,12 @@ const CompanyUnsubscribeTab: React.FC<Props> = ({ fairId }) => {
|
||||
dataIndex: 'companyName',
|
||||
ellipsis: true,
|
||||
order: 1,
|
||||
fieldProps: {
|
||||
id: 'outdoor-company-unsubscribe-name-search',
|
||||
name: 'companyName',
|
||||
'aria-label': '企业名称',
|
||||
autoComplete: 'off',
|
||||
},
|
||||
},
|
||||
{ title: '联系人', dataIndex: 'contactPerson', width: 120, hideInSearch: true },
|
||||
{ title: '联系电话', dataIndex: 'contactPhone', width: 150, hideInSearch: true },
|
||||
|
||||
Reference in New Issue
Block a user