From 0a4f3025e9eca840a809f03e22b6bde08708faa6 Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Mon, 26 Aug 2024 14:11:45 +0900 Subject: [PATCH] =?UTF-8?q?fix/=EC=95=88=EC=A0=84=EC=9A=B4=ED=95=AD?= =?UTF-8?q?=EA=B3=BC=20=EC=A3=BC=EC=84=9D=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flight/ControlApprovalsTable.js | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/components/flight/ControlApprovalsTable.js b/src/components/flight/ControlApprovalsTable.js index d96df82a..b53bb2e5 100644 --- a/src/components/flight/ControlApprovalsTable.js +++ b/src/components/flight/ControlApprovalsTable.js @@ -495,25 +495,25 @@ export default function ControlApprovalsTable(props) { ); } }, - // { - // title: <>안전운항과, - // dataIndex: 'reviewedType', - // align: 'center', - // width: '130px', - // render: (reviewedType, record) => { - // return reviewedType !== 'R' ? ( - // <>{handlerReviewed(reviewedType, 'operation')} - // ) : ( - // - // ); - // } - // }, + { + title: <>안전운항과, + dataIndex: 'reviewedType', + align: 'center', + width: '130px', + render: (reviewedType, record) => { + return reviewedType !== 'R' ? ( + <>{handlerReviewed(reviewedType, 'operation')} + ) : ( + + ); + } + }, { title: ( <>