관리자 퍼블 업뎃
parent
a6669fbf53
commit
61d5d7c943
|
|
@ -212,8 +212,8 @@ function ProgressStatus(props) {
|
|||
<div>{it.orgNm}</div>
|
||||
<div>진행단계표시</div>
|
||||
<div>{it.regDate}</div>
|
||||
<div><button type='button' className='btn btn_blue_h31 px-1'>수정</button></div>
|
||||
<div><button type='button' className='btn btn_red_h31 px-1'>삭제</button></div>
|
||||
<div><button type='button' className='btn btn_skyblue_h32 px-1'>수정</button></div>
|
||||
<div><button type='button' className='btn btn_red_h32 px-1'>삭제</button></div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
|
@ -233,7 +233,7 @@ function ProgressStatus(props) {
|
|||
getList({ ...searchCondition, pageIndex: passedPage })
|
||||
}} />
|
||||
<div className="right_col btn1">
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS__CREATE} className="btn btn_blue_h46 w_100">등록</Link>
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS__CREATE} className="btn btn_blue_h32 w_100">등록</Link>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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) {
|
|||
</dl>
|
||||
|
||||
{/* <!-- 버튼영역 --> */}
|
||||
<div className="board_btn_area">
|
||||
<div className="right_col btn1">
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS} className="btn btn_blue_h46 w_100">목록</Link>
|
||||
</div>
|
||||
</div>
|
||||
<Row className="pt-3">
|
||||
<Col xs={6}>
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS} className="btn btn_blue_h32 w_100">목록</Link>
|
||||
<button className="btn btn_red_h32 w_100 ms-2">삭제</button>
|
||||
</Col>
|
||||
<Col xs={6} className="text-end">
|
||||
<Link to="" className="btn btn_skyblue_h32 w_100">수정</Link>
|
||||
</Col>
|
||||
</Row>
|
||||
{/* <!--// 버튼영역 --> */}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
|||
</dl>
|
||||
|
||||
{/* <!-- 버튼영역 --> */}
|
||||
<div className="board_btn_area">
|
||||
<div className="left_col btn1">
|
||||
<button className="btn btn_skyblue_h46 w_100"
|
||||
<Row className="pt-3">
|
||||
<Col xs={6}>
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS} className="btn btn_blue_h32 w_100">목록</Link>
|
||||
</Col>
|
||||
<Col xs={6} className="text-end">
|
||||
<button className="btn btn_skyblue_h32 w_100"
|
||||
onClick={() => updateSchedule()}
|
||||
> 저장</button>
|
||||
|
||||
</div>
|
||||
</Col>
|
||||
|
||||
<div className="right_col btn1">
|
||||
<Link to={URL.ADMIN__COMMITTEE__PROGRESS_STATUS} className="btn btn_blue_h46 w_100">목록</Link>
|
||||
</div>
|
||||
</div>
|
||||
</Row>
|
||||
{/* <!--// 버튼영역 --> */}
|
||||
</StyledDiv>
|
||||
{/* <!-- 게시판 상세보기 --> */}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ function SchedulesDetail(props) {
|
|||
</dl>
|
||||
|
||||
{/* <!-- 버튼영역 --> */}
|
||||
<Row className="board_btn_area">
|
||||
<Row className="pt-3">
|
||||
<Col xs={6}>
|
||||
<Link to={URL.ADMIN__COMMITTEE__SCHEDULES} className="btn btn_blue_h32 w_100">목록</Link>
|
||||
<button className="btn btn_red_h32 w_100 ms-2"
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ function SchedulesEdit(props) {
|
|||
</dl>
|
||||
|
||||
{/* <!-- 버튼영역 --> */}
|
||||
<Row className="board_btn_area">
|
||||
<Row className="pt-3">
|
||||
<Col xs={6}>
|
||||
<Link to={URL.ADMIN__COMMITTEE__SCHEDULES} className="btn btn_blue_h32 w_100">목록</Link>
|
||||
{modeInfo.mode === CODE.MODE_MODIFY &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue