|
|
@ -41,18 +41,18 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => {
|
|
|
|
{/* <StyledTableCell align="center" style={{ minWidth: 80 }} hidden> */}
|
|
|
|
{/* <StyledTableCell align="center" style={{ minWidth: 80 }} hidden> */}
|
|
|
|
{/* 민원코드 */}
|
|
|
|
{/* 민원코드 */}
|
|
|
|
{/* </StyledTableCell> */}
|
|
|
|
{/* </StyledTableCell> */}
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 100 }}>
|
|
|
|
접수번호
|
|
|
|
접수번호
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 200 }}>
|
|
|
|
차량번호
|
|
|
|
차량번호
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
{simsaUser.map((u) => (
|
|
|
|
{simsaUser.map((u) => (
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 80 }}>
|
|
|
|
{u.NAME}
|
|
|
|
{u.NAME}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 80 }}>
|
|
|
|
결과
|
|
|
|
결과
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
</TableRow>
|
|
|
|
</TableRow>
|
|
|
@ -61,12 +61,12 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => {
|
|
|
|
{/* 심사 통계 */}
|
|
|
|
{/* 심사 통계 */}
|
|
|
|
{totJudgeUserData.map((totData, idx) => (
|
|
|
|
{totJudgeUserData.map((totData, idx) => (
|
|
|
|
<StyledTableRow hover key={idx}>
|
|
|
|
<StyledTableRow hover key={idx}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 100 }}>
|
|
|
|
{totLabel[idx]}
|
|
|
|
{totLabel[idx]}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }} />
|
|
|
|
<StyledTableCell align="center" style={{ width: 200 }} />
|
|
|
|
{totData.map((data) => (
|
|
|
|
{totData.map((data) => (
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 80 }}>
|
|
|
|
{data}
|
|
|
|
{data}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
))}
|
|
|
|
))}
|
|
|
@ -82,22 +82,22 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => {
|
|
|
|
{judgeData.map((row) => (
|
|
|
|
{judgeData.map((row) => (
|
|
|
|
<StyledTableRow hover key={row.msSeq}>
|
|
|
|
<StyledTableRow hover key={row.msSeq}>
|
|
|
|
{/* <StyledTableCell>{row.msMaincode}</StyledTableCell> */}
|
|
|
|
{/* <StyledTableCell>{row.msMaincode}</StyledTableCell> */}
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 100 }}>
|
|
|
|
{row.msSeq}
|
|
|
|
{row.msSeq}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 200 }}>
|
|
|
|
{row.msCarnum}
|
|
|
|
{row.msCarnum}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
|
|
|
|
|
|
|
|
{/* 심사위원별 심사결과 */}
|
|
|
|
{/* 심사위원별 심사결과 */}
|
|
|
|
{row.simsa.map((r) => (
|
|
|
|
{row.simsa.map((r) => (
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 80 }}>
|
|
|
|
{r.msuResult}
|
|
|
|
{r.msuResult}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
|
|
|
|
|
|
|
|
{/* 최종심사결과 */}
|
|
|
|
{/* 최종심사결과 */}
|
|
|
|
<StyledTableCell align="center" style={{ width: 180 }}>
|
|
|
|
<StyledTableCell align="center" style={{ width: 80 }}>
|
|
|
|
{row.simsa[0].msResult}
|
|
|
|
{row.simsa[0].msResult}
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableCell>
|
|
|
|
</StyledTableRow>
|
|
|
|
</StyledTableRow>
|
|
|
|