Browse Source

거리측정 입력 조건 추가

master
김장현 1 month ago
parent
commit
ff2ed846ad
  1. 4
      src/containers/flight/ControlApprovalsContainer.js
  2. 3
      src/containers/flight/OperationApprovalsContainer.js

4
src/containers/flight/ControlApprovalsContainer.js

@ -715,7 +715,9 @@ export default function ControlApprovalsContainer({ mode }) {
</span>
</p>
<p>
{selected && drawObj.getMode() === 'simple_select' && (
{selected &&
drawObj.getMode() === 'simple_select' &&
drawType === 'LINE' && (
<Input
type='text'
bsSize='sm'

3
src/containers/flight/OperationApprovalsContainer.js

@ -869,7 +869,8 @@ export default function OperationApprovalsContainer({ mode }) {
<p>
{selectedPlanSno &&
drawObj.getMode() === 'simple_select' && (
drawObj.getMode() === 'simple_select' &&
drawType === 'LINE' && (
<Input
type='text'
bsSize='sm'

Loading…
Cancel
Save