From 4f1aa5bc9d828ca03ed81eb33be088799499223b Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Tue, 23 Jul 2024 14:04:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=ED=9A=A8=EC=84=B1=20=EA=B2=80?= =?UTF-8?q?=EC=82=AC=20=EB=AA=A8=EB=8B=AC=20=ED=95=98=EB=93=9C=20=EC=BD=94?= =?UTF-8?q?=EB=94=A9=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flight/OperationApprovalsTable.js | 6 +- src/components/flight/OperationModal.js | 110 +++++++++++++++++- 2 files changed, 111 insertions(+), 5 deletions(-) diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index 1738b29d..65086287 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -1036,9 +1036,9 @@ export default function OperationApprovalsTable(props) { pilotList: record.pilotList }); - if (record.droneList || record.pilotList) { - setIsModal(!ismodal); - } + // if (record.droneList || record.pilotList) { + setIsModal(!ismodal); + // } }; return ( diff --git a/src/components/flight/OperationModal.js b/src/components/flight/OperationModal.js index 25cd2215..faaaabfc 100644 --- a/src/components/flight/OperationModal.js +++ b/src/components/flight/OperationModal.js @@ -20,6 +20,112 @@ export default function OperationModal(props) { 유효성 검사 상세보기 +
+
+ + 기체 정보 +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No유효성 검사제작 번호기체 용도기체 중량보험 가입
1 + 성공 + ----
2 + 성공 + ----
3 + 실패 + ----
+
+
+
+
+ + 조종자 정보 +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No유효성 검사이름생년 월일자격 번호조종 자격
1 + 성공 + ----
2 + 성공 + ----
3 + 실패 + ----
+
+
+
+ {/*
@@ -100,7 +206,7 @@ export default function OperationModal(props) { 실패 - 김*혜 + - 1995**** 91-****12 부 @@ -109,7 +215,7 @@ export default function OperationModal(props) {
-
+ */}