From d005366d8f471a42076093ee5ead9d2ccea7f1d6 Mon Sep 17 00:00:00 2001 From: thkim Date: Tue, 2 Jan 2024 16:27:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=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) 관리자 - 컨텐츠관리 - 설문관리 --- .../pages/admin/committee/ProgressStatus.jsx | 8 ++-- .../src/pages/admin/committee/Schedules.jsx | 8 ++-- .../pages/admin/config/CommitteeCodeMgt.jsx | 39 ++++++++++++++++++- .../src/pages/admin/contents/PopUp.jsx | 8 ++-- .../admin/contents/StandardsResearch.jsx | 8 ++-- .../src/pages/admin/contents/Survey.jsx | 8 ++-- 6 files changed, 54 insertions(+), 25 deletions(-) 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 a5efcf3..e6fa567 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 @@ -13,8 +13,8 @@ function ProgressStatus(props) {
) @@ -35,11 +35,9 @@ function ProgressStatus(props) {
{/* */}
-

위원회 관리

+

진행현황 관리

-

진행현황 관리

- 여기에 구현해주세요. {/* */}
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 5d16d9b..5796c83 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 @@ -185,8 +185,8 @@ function Schedules(props) {
) @@ -220,10 +220,10 @@ function Schedules(props) {
{/* */}
-

위원회 관리

+

위원회 일정 관리

-

위원회 일정 관리

+

{/* */}
    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 922422b..33829f9 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 @@ -1,11 +1,48 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function CommitteeCodeMgt(props) { + const Location = React.memo(function Location() { + return ( +
    +
      +
    • Home
    • +
    • 사이트 관리
    • +
    • 환경 설정
    • +
    +
    + ) + }); + return (
    - CommitteeCodeMgt +
    + {/* */} + + {/* */} + +
    + {/* */} + + {/* */} + +
    + {/* */} +
    +

    위원회 코드 관리

    +
    + + 여기에 구현해주세요. + {/* */} +
    +
    +
    ); } 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 648f037..fe632f3 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 @@ -14,8 +14,8 @@ function PopUp(props) {
    • Home
    • -
    • 컨텐츠 관리
    • -
    • 팝업 관리
    • +
    • 사이트 관리
    • +
    • 컨텐츠 관리
    ) @@ -37,11 +37,9 @@ function PopUp(props) { {/* */}
    -

    컨텐츠 관리

    +

    팝업 관리

    -

    팝업 관리

    -
    diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx index 11797ee..22a1e63 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx @@ -13,8 +13,8 @@ function StandardsResearch(props) {
    • Home
    • -
    • 컨텐츠 관리
    • -
    • 건설기준연구 관리
    • +
    • 사이트 관리
    • +
    • 컨텐츠 관리
    ) @@ -35,11 +35,9 @@ function StandardsResearch(props) {
    {/* */}
    -

    컨텐츠 관리

    +

    건설기준연구 관리

    -

    건설기준연구 관리

    - 여기에 구현해주세요. {/* */}
    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 6994d4a..2cf2681 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 @@ -13,8 +13,8 @@ function Survey(props) {
    • Home
    • -
    • 컨텐츠 관리
    • -
    • 설문 관리
    • +
    • 사이트 관리
    • +
    • 컨텐츠 관리
    ) @@ -35,11 +35,9 @@ function Survey(props) {
    {/* */}
    -

    컨텐츠 관리

    +

    설문 관리

    -

    설문 관리

    - 여기에 구현해주세요. {/* */}