Browse Source

fix/laanc 문구 제거

master
sanguu516 4 weeks ago
parent
commit
36a00fcb20
  1. 2
      src/components/flight/NewFlightApprovalsReport.js
  2. 8
      src/components/flight/OperationApprovalsTable.js

2
src/components/flight/NewFlightApprovalsReport.js

@ -106,7 +106,7 @@ export default function NewFlightApprovalsReport(props) {
<div className='list-input'> <div className='list-input'>
<div className='layer-content'> <div className='layer-content'>
<FormGroup> <FormGroup>
<Label for='approvalCd'>LAANC 검토결과</Label> <Label for='approvalCd'>검토결과</Label>
<CustomInput <CustomInput
type='select' type='select'
bsSize='sm' bsSize='sm'

8
src/components/flight/OperationApprovalsTable.js

@ -418,13 +418,7 @@ export default function OperationApprovalsTable(props) {
} }
}, },
{ {
title: ( title: <>검토 결과</>,
<>
LAANC
<br />
검토 결과
</>
),
dataIndex: 'approvalCd', dataIndex: 'approvalCd',
align: 'center', align: 'center',
width: '140px', width: '140px',

Loading…
Cancel
Save