修复招聘会前端交互与无障碍问题

This commit is contained in:
2026-07-25 22:16:55 +08:00
parent 527fcea91f
commit e86621aeed
22 changed files with 880 additions and 359 deletions

View File

@@ -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 },