From a505af781fee96e837e31ed0cb203ed14c07e674 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Wed, 13 Apr 2022 17:40:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B1=B0=EC=A3=BC=EC=A7=80/=EC=9E=A5?= =?UTF-8?q?=EC=95=A0=EC=9D=B8=20=EC=83=81=EC=84=B8=20=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/judge/ModalJudgeDetail.jsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/biz/judge/ModalJudgeDetail.jsx b/src/views/biz/judge/ModalJudgeDetail.jsx index 61d4bb8..673598d 100644 --- a/src/views/biz/judge/ModalJudgeDetail.jsx +++ b/src/views/biz/judge/ModalJudgeDetail.jsx @@ -41,18 +41,18 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => { {/* */} - + 접수번호 - + 차량번호 {simsaUser.map((u) => ( - + {u.NAME} ))} - + 결과 @@ -61,12 +61,12 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => { {/* 심사 통계 */} {totJudgeUserData.map((totData, idx) => ( - + {totLabel[idx]} - + {totData.map((data) => ( - + {data} ))} @@ -82,22 +82,22 @@ const ModalJudgeDetail = ({ totJudgeUserData, judgeData, simsaUser }) => { {judgeData.map((row) => ( {/* {row.msMaincode} */} - + {row.msSeq} - + {row.msCarnum} {/* 심사위원별 심사결과 */} {row.simsa.map((r) => ( - + {r.msuResult} ))} {/* 최종심사결과 */} - + {row.simsa[0].msResult}