dev_1.0.1
tangjie 2026-07-10 10:38:16 +08:00
parent 3ea60e9bb9
commit 4fb5866543
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ function CertModal({
<Form.Item name="reviewDate" label="复核日期">
<DatePicker style={{ width: "100%" }} />
</Form.Item>
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={3} />
<AttachmentUpload name="certAttachmentUrl" label="证书附件" maxCount={10} accept="image/*,.pdf" />
</Form>
</Modal>