Compare commits
2 Commits
95224ffa84
...
c4ed635cbd
| Author | SHA1 | Date |
|---|---|---|
|
|
c4ed635cbd | |
|
|
4fb5866543 |
|
|
@ -375,13 +375,7 @@ function CertModal({
|
||||||
<Form.Item name="reviewDate" label="复核日期">
|
<Form.Item name="reviewDate" label="复核日期">
|
||||||
<DatePicker style={{ width: "100%" }} />
|
<DatePicker style={{ width: "100%" }} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<AttachmentUpload
|
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={10} accept="image/*,.pdf" />
|
||||||
name="certAttachmentUrl"
|
|
||||||
label="证书附件"
|
|
||||||
maxCount={10}
|
|
||||||
accept=".jpg,.jpeg,.png,.gif,.bmp,.webp,.pdf"
|
|
||||||
extra="最多上传10个附件,支持jpg、jpeg、png、gif、bmp、webp、pdf格式"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</Form>
|
</Form>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue