Browse Source

스텝 2 약관 노출 체크박스 노출 미노출 재정의

pull/2/head
sanguu516(박상현) 12 months ago
parent
commit
4116927f3c
  1. 22
      src/views/laanc/LaancStep2.js

22
src/views/laanc/LaancStep2.js

@ -338,7 +338,7 @@ export default function LaancStep2({
</Row> </Row>
</Col> </Col>
<Col className='list-input' md='12'> <Col className='list-input' md='12'>
<div className='ti'>조종자 준수사항 처벌 동의 약관</div> <div className='ti'>조종자 준수사항</div>
<div className='terms-box'> <div className='terms-box'>
<p> <p>
초경량비행장치 조종자는 제129조제1항에 따라 다음 호의 초경량비행장치 조종자는 제129조제1항에 따라 다음 호의
@ -439,15 +439,17 @@ export default function LaancStep2({
있는 경우에는 이에 따라 비행해야 한다. 있는 경우에는 이에 따라 비행해야 한다.
</p> </p>
</div> </div>
<CustomInput {data.arcrftList[0].groupNm != 'PA0002' ? (
inline <CustomInput
type='checkbox' inline
className='terms-check' type='checkbox'
id='exampleCustomCheckbox' className='terms-check'
label='조종자 준수사항 미 준수 시 처벌에 동의합니다.' id='exampleCustomCheckbox'
checked={isterms} label='조종자 준수사항 미 준수 시 처벌에 동의합니다.'
onChange={() => setIsterms(!isterms)} checked={isterms}
/> onChange={() => setIsterms(!isterms)}
/>
) : null}
</Col> </Col>
</Row> </Row>
</div> </div>

Loading…
Cancel
Save