Compare commits

..

2 Commits

1 changed files with 2 additions and 8 deletions

View File

@ -375,14 +375,8 @@ function CertModal({
<Form.Item name="reviewDate" label="复核日期">
<DatePicker style={{ width: "100%" }} />
</Form.Item>
<AttachmentUpload
name="certAttachmentUrl"
label="证书附件"
maxCount={10}
accept=".jpg,.jpeg,.png,.gif,.bmp,.webp,.pdf"
extra="最多上传10个附件支持jpg、jpeg、png、gif、bmp、webp、pdf格式"
/>
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={10} accept="image/*,.pdf" />
</Form>
</Modal>
);