diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus.jsx index 48423c5..e979137 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus.jsx @@ -212,8 +212,8 @@ function ProgressStatus(props) {
{it.orgNm}
진행단계표시
{it.regDate}
-
-
+
+
))} @@ -233,7 +233,7 @@ function ProgressStatus(props) { getList({ ...searchCondition, pageIndex: passedPage }) }} />
- 등록 + 등록
diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx index 33ab3b6..41cb7bc 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Detail.jsx @@ -4,6 +4,8 @@ import { Link, useLocation, useNavigate } from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import CODE from 'constants/code'; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; @@ -151,11 +153,15 @@ function SchedulesDetail(props) { {/* */} -
-
- 목록 -
-
+ + + 목록 + + + + 수정 + + {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx index 0b5bab3..6fc4ae9 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/ProgressStatus/Edit.jsx @@ -5,6 +5,8 @@ import AttachFile from "components/file/AttachFile"; import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import CODE from 'constants/code'; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; @@ -540,18 +542,18 @@ function ProgressStatusEdit(props) { {/* */} -
-
- -
+ -
- 목록 -
-
+ {/* */} {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx index 88bb0f1..d42bf2d 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Detail.jsx @@ -156,7 +156,7 @@ function SchedulesDetail(props) { {/* */} - + 목록