From 573551b5499e0376d3de725d3feea61067426de6 Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Thu, 25 Jul 2024 15:25:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=84=EC=96=B4=EC=93=B0=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/flight/ControlApprovalsTable.js | 2 +- src/components/flight/OperationApprovalsTable.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/flight/ControlApprovalsTable.js b/src/components/flight/ControlApprovalsTable.js index a2cfb49a..3bacdbc0 100644 --- a/src/components/flight/ControlApprovalsTable.js +++ b/src/components/flight/ControlApprovalsTable.js @@ -973,7 +973,7 @@ export default function ControlApprovalsTable(props) { const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, '0'); const day = String(date.getDate()).padStart(2, '0'); - return `${year} 년 ${month} 월 ${day} 일`; + return `${year}년 ${month}월 ${day}일 `; }; const handleExpand = key => { diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index c691524b..85076f96 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -951,7 +951,7 @@ export default function OperationApprovalsTable(props) { const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, '0'); const day = String(date.getDate()).padStart(2, '0'); - return `${year} 년 ${month} 월 ${day} 일`; + return `${year}년 ${month}월 ${day}일 `; }; // 테이블 행 확장 이벤트