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) {
{/* */}
-