Browse Source

비행승인 상태값 원복(S -> P)

master
김장현 3 weeks ago
parent
commit
49446c2590
  1. 2
      src/components/flight/ControlApprovalsTable.js
  2. 2
      src/configs/constants.ts

2
src/components/flight/ControlApprovalsTable.js

@ -988,7 +988,7 @@ export default function ControlApprovalsTable(props) {
modal={modal} modal={modal}
setModal={setModal} setModal={setModal}
handlerConfirm={() => handlerConfirm={() =>
updateReviewedType('S', currentPlanAreaSno) updateReviewedType('P', currentPlanAreaSno)
} }
color='primary' color='primary'
/> />

2
src/configs/constants.ts

@ -239,7 +239,7 @@ export const FlightCategory = {
Control: { Control: {
: '전체', : '전체',
W: '검토대기', W: '검토대기',
S: '검토완료' P: '검토완료'
// R: '재검토', // R: '재검토',
// C: '검토취소', // C: '검토취소',
// P: '요청처리' // P: '요청처리'

Loading…
Cancel
Save