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 41cb7bc..cc1b0fc 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 @@ -155,11 +155,11 @@ 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 6fc4ae9..92b8382 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 @@ -544,10 +544,10 @@ function ProgressStatusEdit(props) { {/* */} - 목록 + 목록 - updateSchedule()} > 저장 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 d42bf2d..f211d5a 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 @@ -158,7 +158,7 @@ function SchedulesDetail(props) { {/* */} - 목록 + 목록 { onClickDeleteSchedule(location.state?.schdulId); @@ -169,7 +169,7 @@ function SchedulesDetail(props) { state={{ schdulId: location.state?.schdulId }} - className="btn btn_skyblue_h32 w_100">수정 + className="btn btn_blue_h32 w_100">수정 {/* */} 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 9d30e23..760d6e9 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 @@ -460,7 +460,7 @@ function SchedulesEdit(props) { {/* */} - 목록 + 목록 {modeInfo.mode === CODE.MODE_MODIFY && { @@ -469,7 +469,7 @@ function SchedulesEdit(props) { } - updateSchedule()} > 저장 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 b88e497..c6a772f 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 @@ -5,6 +5,8 @@ import LinearProgress from '@mui/material/LinearProgress'; 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'; import EgovPagingPaginationInfo from 'components/EgovPagingPaginationInfo'; @@ -194,16 +196,17 @@ function StandardResearch(props) { {/* */} - - - { - getList({ ...searchCondition, pageIndex: passedPage }) - }} /> - - 등록 - + + + { + getList({ ...searchCondition, pageIndex: passedPage }) + }} /> + + + 등록 + - + {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx index c30e62e..c92ab3e 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx @@ -1,6 +1,9 @@ import React, { useState, useEffect } from 'react'; import { Link, useLocation, useNavigate } from 'react-router-dom'; import DatePicker from "react-datepicker"; +import Col from "react-bootstrap/Col"; +import Row from "react-bootstrap/Row"; + import LinearProgress from '@mui/material/LinearProgress'; import EgovAttachFile from 'components/EgovAttachFile'; @@ -403,23 +406,23 @@ function StandardResearchEditor(props) { {/* */} {/* */} - - - + + 목록 + {modeInfo.mode === CODE.MODE_MODIFY && + { + onClickDelete(location.state?.rsId); + }}>삭제 + } + + + createItem()} > 저장 - {modeInfo.mode === CODE.MODE_MODIFY && - { - onClickDelete(location.state?.rsId); - }}>삭제 - } - - - 목록 - - + + {/* */}