fix
parent
3ea60e9bb9
commit
4fb5866543
|
|
@ -314,7 +314,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 name="certAttachmentUrl" label="证书附件" maxCount={3} />
|
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={10} accept="image/*,.pdf" />
|
||||||
|
|
||||||
</Form>
|
</Form>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue