Compare commits
No commits in common. "c4ed635cbd960cf1992d2d7ca20259fdd2d6858f" and "95224ffa8454dd4303de9b99882ef066a5054bb7" have entirely different histories.
c4ed635cbd
...
95224ffa84
|
|
@ -375,8 +375,14 @@ function CertModal({
|
|||
<Form.Item name="reviewDate" label="复核日期">
|
||||
<DatePicker style={{ width: "100%" }} />
|
||||
</Form.Item>
|
||||
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={10} accept="image/*,.pdf" />
|
||||
|
||||
<AttachmentUpload
|
||||
name="certAttachmentUrl"
|
||||
label="证书附件"
|
||||
maxCount={10}
|
||||
accept=".jpg,.jpeg,.png,.gif,.bmp,.webp,.pdf"
|
||||
extra="最多上传10个附件,支持jpg、jpeg、png、gif、bmp、webp、pdf格式"
|
||||
/>
|
||||
|
||||
</Form>
|
||||
</Modal>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue