diff --git a/src/views/biz/board/Board.jsx b/src/views/biz/board/Board.jsx index 6bc7efc..4cb98fb 100644 --- a/src/views/biz/board/Board.jsx +++ b/src/views/biz/board/Board.jsx @@ -1,7 +1,20 @@ import { useEffect, useState } from 'react'; // material-ui -import { Button, Divider, FormControl, FormControlLabel, Grid, InputAdornment, OutlinedInput, Radio, RadioGroup } from '@mui/material'; +import { + Button, + Divider, + FormControl, + FormControlLabel, + FormLabel, + Grid, + InputAdornment, + MenuItem, + OutlinedInput, + Radio, + RadioGroup, + Select +} from '@mui/material'; // assets import { IconSearch } from '@tabler/icons'; @@ -92,19 +105,17 @@ const Board = () => { - - setCategory(e.target.value)} - > - } label="제목" /> - } label="이름" /> - } label="내용" /> - - + { const [totalCount, setTotalCount] = useState(0); const [rowsState, setRowsState] = useState({ page: 0, - pageSize: 5, + pageSize: 10, rows: [] // loading: false }); @@ -74,129 +74,6 @@ const PublicBoard = () => { return ( - - - - - - Name : - - - - - - - - - - - - Email : - - - - - - - - - - - - Password : - - - - - - - ) - }} - /> - - - - - - - - Contact : - - - - - {/* Please enter your contact */} - - - - - - - - Profile URL : - - - - - - - ) - }} - /> - - - - - - - - Pincode : - - - - - - - - - - - - Address : - - - - - - - - - - - - User Type : - - - - - } label="Administrator" /> - } label="Author" /> - - - - - diff --git a/src/views/biz/parking/Regist.jsx b/src/views/biz/parking/Regist.jsx index 2c572a2..0670e5d 100644 --- a/src/views/biz/parking/Regist.jsx +++ b/src/views/biz/parking/Regist.jsx @@ -8,6 +8,7 @@ import { Divider, FormControl, FormControlLabel, + FormLabel, Grid, InputAdornment, MenuItem, @@ -28,6 +29,7 @@ import MainCard from 'ui-component/cards/MainCard'; import MuiGridList from 'ui-component/MuiGridList'; import { useTheme } from '@mui/material/styles'; import AnimateButton from '../../../ui-component/extended/AnimateButton'; +import InputLabel from '../../../ui-component/extended/Form/InputLabel'; const ParkingRegister = () => { const theme = useTheme(); @@ -43,6 +45,8 @@ const ParkingRegister = () => { // loading: false }); + const [spacing, setSpacing] = useState(2); + const columns = [ { headerName: '심의차수', field: 'ciCode' }, { headerName: '심사건수', field: 'ciContentno' }, @@ -82,7 +86,10 @@ const ParkingRegister = () => { - + + + 자료등록여부 +