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