From 020739c98a51fba6f1f2b5b414c3a924a6950a11 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 8 Jan 2024 09:23:45 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=83=81=EB=8B=A8=20=EC=9A=B0=EC=B8=A1=20location?= =?UTF-8?q?=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit K) 관리자 - 컨텐츠관리 - 팝업관리 K) 관리자 - 컨텐츠관리 - 건설기준연구 관리 K) 관리자 - 환경설정 - 위원회 코드관리 K) 관리자 - 위원회관리 - 진행현황 관리 K) 관리자 - 위원회관리 - 위원회 일정관리 K) 관리자 - 컨텐츠관리 - 설문관리 --- .../src/components/leftmenu/EgovLeftNavAdmin.jsx | 2 +- .../src/pages/admin/committee/ProgressStatus.jsx | 1 + .../src/pages/admin/committee/Schedules.jsx | 1 + .../src/pages/admin/committee/Schedules/Edit.jsx | 1 + .../src/pages/admin/config/CommitteeCodeMgt.jsx | 1 + .../src/pages/admin/contents/PopUp.jsx | 1 + .../src/pages/admin/contents/StandardResearch.jsx | 1 + .../src/pages/admin/contents/Survey.jsx | 1 + .../src/routes/index.jsx | 2 +- 9 files changed, 9 insertions(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx b/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx index 03edf31..3c04028 100644 --- a/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx +++ b/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx @@ -92,7 +92,7 @@ function EgovLeftNavAdmin(props) { 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 e6fa567..89b8744 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 @@ -15,6 +15,7 @@ function ProgressStatus(props) {
  • Home
  • 사이트 관리
  • 위원회 관리
  • +
  • 진행현황 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx index 2c95958..8c30565 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx @@ -187,6 +187,7 @@ function Schedules(props) {
  • Home
  • 사이트 관리
  • 위원회 관리
  • +
  • 위원회 일정 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx index 49aadda..adfe4b1 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx @@ -212,6 +212,7 @@ function SchedulesEdit(props) {
  • Home
  • 사이트 관리
  • 위원회 관리
  • +
  • 위원회 일정 관리
  • {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/CommitteeCodeMgt.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/CommitteeCodeMgt.jsx index 33829f9..7b714e2 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/CommitteeCodeMgt.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/CommitteeCodeMgt.jsx @@ -15,6 +15,7 @@ function CommitteeCodeMgt(props) {
  • Home
  • 사이트 관리
  • 환경 설정
  • +
  • 위원회 코드 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx index fe632f3..c3e8f4f 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx @@ -16,6 +16,7 @@ function PopUp(props) {
  • Home
  • 사이트 관리
  • 컨텐츠 관리
  • +
  • 팝업 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx index d4a13b5..b5f3522 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch.jsx @@ -15,6 +15,7 @@ function StandardResearch(props) {
  • Home
  • 사이트 관리
  • 컨텐츠 관리
  • +
  • 건설기준연구 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx index 2cf2681..af66715 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx @@ -15,6 +15,7 @@ function Survey(props) {
  • Home
  • 사이트 관리
  • 컨텐츠 관리
  • +
  • 설문 관리
  • ) diff --git a/egovframe-template-simple-react-contribution/src/routes/index.jsx b/egovframe-template-simple-react-contribution/src/routes/index.jsx index a49d1b6..d456614 100644 --- a/egovframe-template-simple-react-contribution/src/routes/index.jsx +++ b/egovframe-template-simple-react-contribution/src/routes/index.jsx @@ -293,7 +293,7 @@ const SecondRoutes = () => { {/* 관리자 - 컨텐츠 관리 */} } /> } /> - } /> + } /> } /> {/* 관리자 - 위원회 관리 */}