修改
This commit is contained in:
parent
fe72f02095
commit
9ffeb62911
@ -621,6 +621,10 @@ export default function Payment(props: IPaymentProps) {
|
||||
}}
|
||||
rules={[{ required: true, message: '请上传打款凭证' }]}
|
||||
>
|
||||
<div style={{
|
||||
width: '200px',
|
||||
overflow: 'hidden',
|
||||
}}>
|
||||
<Upload name="image"
|
||||
maxCount={2}
|
||||
action={uploadImageUrl()}
|
||||
@ -635,6 +639,7 @@ export default function Payment(props: IPaymentProps) {
|
||||
>
|
||||
<Button icon={<UploadOutlined />}>上传凭证图片</Button>
|
||||
</Upload>
|
||||
</div>
|
||||
</Form.Item>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user