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