Compare commits

..

No commits in common. "c4ed635cbd960cf1992d2d7ca20259fdd2d6858f" and "95224ffa8454dd4303de9b99882ef066a5054bb7" have entirely different histories.

1 changed files with 8 additions and 2 deletions

View File

@ -375,8 +375,14 @@ 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={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> </Form>
</Modal> </Modal>
); );