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}일 `; }; // 테이블 행 확장 이벤트