|
|
|
@ -100,8 +100,12 @@ const JudgeReview = ({ msDatagb, menuName }) => {
|
|
|
|
|
[]
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
|
|
|
search();
|
|
|
|
|
}, [search]);
|
|
|
|
|
|
|
|
|
|
const columns = [
|
|
|
|
|
// { headerName: 'rowId', field: 'rowId' },
|
|
|
|
|
{ headerName: 'No.', field: 'rowId', headerAlign: 'center', align: 'center', width: 80 },
|
|
|
|
|
{ headerName: '심의 차수', headerAlign: 'center', field: 'msChasu', align: 'center', width: 100 },
|
|
|
|
|
{ headerName: '심사 건수', headerAlign: 'center', field: 'cnt', align: 'center', width: 100 },
|
|
|
|
|
{
|
|
|
|
|