diff --git a/src/views/vertiport/VertiportView.js b/src/views/vertiport/VertiportView.js index e37c59c..09295e0 100644 --- a/src/views/vertiport/VertiportView.js +++ b/src/views/vertiport/VertiportView.js @@ -8,13 +8,40 @@ import { CustomMainLayout } from '../../components/layout/CustomMainLayout'; import { createPortal } from 'react-dom'; import { VertiportRightMenu } from '../../components/vertiport/VertiportRightMenu'; +import { VertiportLeftMenu } from '../../components/vertiport/VertiportLeftMenu'; +import { Button } from 'reactstrap'; export default function VertiportView() { // 오른쪽 사이드 메뉴 표출 여부 const [openSetting, setOpenSetting] = useState(true); + + const [oepnReportList, setOpenReportList] = useState(false); + const titleName = '지상관제(버티포트) 현황'; return ( <> - test + + test + + + {oepnReportList && ( + <> + {createPortal( + , + + document.getElementById('app-content') + )} + + )} + {createPortal(