퍼블 업뎃

thkim
Lim\jun 2024-06-20 15:29:27 +09:00
parent dc6811870f
commit f502ca3524
1 changed files with 25 additions and 1 deletions

View File

@ -1,7 +1,8 @@
import React, { useState } from 'react';
import {Link, useLocation, useNavigate} from 'react-router-dom';
import * as EgovNet from 'api/egovFetch';
import URL from "../../constants/url";
import URL from "constants/url";
function Schedule(){
@ -25,6 +26,29 @@ function Schedule(){
<div className="contents" id="contents">
{/* <!-- 본문 --> */}
<h1 className="tit_3">위원회일정</h1>
{/* <!-- 검색조건 --> */}
<div className="condition">
<ul>
{/*이공간에 년도 및 월 검색기능 추가하시면 됩니다.*/}
{/*<li className="">*/}
{/* <label className="" htmlFor="search_select">*/}
{/* <select defaultValue={"0"} name="search_select" id="search_select" className="form-select shadow-none" >*/}
{/* <option value="0">전체</option>*/}
{/* </select>*/}
{/* </label>*/}
{/*</li>*/}
{/*<li className="">*/}
{/* <input type="text" name="" placeholder="" className="form-control shadow-none rounded-2" />*/}
{/*</li>*/}
<li className="">
<button type="button" className="btn btn-outline-secondary px-4">검색</button>
</li>
</ul>
</div>
{/* <!--// 검색조건 --> */}
<div className="calendar_list">관리자에 있는 달력을 추가해주세요. 달력은 생략합니다.</div>
</div>
</div>
</div>