Compare commits
2 Commits
95224ffa84
...
c4ed635cbd
| Author | SHA1 | Date |
|---|---|---|
|
|
c4ed635cbd | |
|
|
4fb5866543 |
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue