From e65a4757a894736cdb35b30600df64882852e365 Mon Sep 17 00:00:00 2001 From: thkim Date: Thu, 28 Dec 2023 13:47:35 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=EA=B1=B4?= =?UTF-8?q?=EC=84=A4=20=EA=B8=B0=EC=A4=80=20=EA=B4=80=EB=A6=AC=20=EC=AA=BD?= =?UTF-8?q?=20=EC=82=AC=EC=9D=B4=EB=93=9C=20=EB=A9=94=EB=89=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/admin/committee/ProgressStatus.jsx | 41 +++++++++++++++++- .../src/pages/admin/committee/Schedules.jsx | 41 +++++++++++++++++- .../src/pages/admin/standards/ApiKeys.jsx | 41 +++++++++++++++++- .../pages/admin/standards/InfoDisclosure.jsx | 43 ++++++++++++++++++- .../pages/admin/standards/ReferenceCodes.jsx | 41 +++++++++++++++++- .../pages/admin/standards/SimilarityCheck.jsx | 41 +++++++++++++++++- 6 files changed, 241 insertions(+), 7 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 c7e6ddc..a5efcf3 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 @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function ProgressStatus(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- ProgressStatus +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

위원회 관리

+
+ +

진행현황 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } 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 21c41a0..cf7bf35 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 @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function Schedules(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- Schedules +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

위원회 관리

+
+ +

위원회 일정 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/standards/ApiKeys.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/standards/ApiKeys.jsx index 40dcbc6..7088968 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/standards/ApiKeys.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/standards/ApiKeys.jsx @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function ApiKeys(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- ApiKeys +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

건설기준 관리

+
+ +

API KEY 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/standards/InfoDisclosure.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/standards/InfoDisclosure.jsx index 57f1e0b..0e06a5e 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/standards/InfoDisclosure.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/standards/InfoDisclosure.jsx @@ -1,13 +1,52 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function InfoDisclosure(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- InfoDisclosure +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

건설기준 관리

+
+ +

건설기준 내용 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } -export default InfoDisclosure; \ No newline at end of file +export default InfoDisclosure; diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/standards/ReferenceCodes.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/standards/ReferenceCodes.jsx index f85db00..cebd72f 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/standards/ReferenceCodes.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/standards/ReferenceCodes.jsx @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function ReferenceCodes(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- ReferenceCodes +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

건설기준 관리

+
+ +

참조코드 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/standards/SimilarityCheck.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/standards/SimilarityCheck.jsx index 9015677..7a374c5 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/standards/SimilarityCheck.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/standards/SimilarityCheck.jsx @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function SimilarityCheck(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- SimilarityCheck +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

건설기준 관리

+
+ +

유사성 검사

+ + 여기에 구현해주세요. + {/* */} +
+
+
); }