暂存
This commit is contained in:
parent
5c0dbf01cc
commit
c341fc0b11
@ -235,21 +235,21 @@ export default function ProjNew() {
|
|||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</div>
|
</div>
|
||||||
{/* <div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}>
|
<div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}>
|
||||||
<div className='formItem-title '>
|
<div className='formItem-title '>
|
||||||
优惠券*
|
优惠券*
|
||||||
</div>
|
</div>
|
||||||
<Form.Item<ProjInfo>
|
<Form.Item<ProjInfo>
|
||||||
name="coupon"
|
// name="coupon"
|
||||||
rules={[{ required: true, message: '请选择优惠券' }]}
|
rules={[{ required: true, message: '请选择优惠券' }]}
|
||||||
>
|
>
|
||||||
<Input style={{ background: '#eeeeee', width: '800px', height: '50px', fontSize: '16px', color: '#3B3B3B' }} placeholder="请选择优惠券" disabled />
|
<Input style={{ background: '#eeeeee', width: '800px', height: '50px', fontSize: '16px', color: '#3B3B3B' }} placeholder="请选择优惠券" disabled />
|
||||||
|
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<div style={{ position: 'absolute', right: 23, fontSize: 16, color: " #1F79FF", cursor: 'pointer' }} onClick={() => {
|
<div style={{ position: 'absolute', right: 23, fontSize: 16, color: " #1F79FF", cursor: 'pointer' }} onClick={() => {
|
||||||
setCouponModal(true)
|
// setCouponModal(true)
|
||||||
}}>选择</div>
|
}}>选择</div>
|
||||||
</div> */}
|
</div>
|
||||||
<div className='software-protocol'>
|
<div className='software-protocol'>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="agreement"
|
name="agreement"
|
||||||
|
Loading…
Reference in New Issue
Block a user