From 95d81d3de8257b0725aea0af32eeeb73c0f68653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EC=98=81?= Date: Wed, 3 Dec 2025 17:40:39 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EC=A4=84?= =?UTF-8?q?=EB=B0=94=EA=BF=88=20=EB=90=98=EC=A7=80=20=EC=95=8A=EC=95=84=20?= =?UTF-8?q?,=20=ED=91=9C=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/carInspectionPenalty/registration/list.jsp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp index 0f1298b..c51cb04 100644 --- a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp +++ b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp @@ -381,15 +381,7 @@ name: 'rmrk', align: 'left', width: 200, - editor: 'text', - renderer: { - render(props) { - const el = document.createElement('div'); - el.style.whiteSpace = 'pre-line'; - el.innerText = props.value; // \n 포함된 문자열 - return el; - } - } + editor: 'text' }, { header: '기본사항조회성명', name: 'carBscMttrInqFlnm', align: 'center', width: 100 }, { header: '기본사항조회시군구코드', name: 'carBscMttrInqSggCd', align: 'center', width: 100, hidden: true },