tangjie 2026-07-15 10:12:45 +08:00
parent 4f883a176b
commit 502c9051df
1 changed files with 2 additions and 1 deletions

View File

@ -741,7 +741,8 @@ function StaffFormModal({
<AttachmentUpload <AttachmentUpload
name="proofMaterialUrl" name="proofMaterialUrl"
label="申报专业能力证明材料" label="申报专业能力证明材料"
extra={'最多上传5个文件'} extra={'最多上传5个pdf,doc,docx,图片格式文件'}
accept={'.pdf,.doc,.docx,image/*'}
maxCount={5} maxCount={5}
/> />
</Col> </Col>