From 3f8980962caa8e3cf61ed37f47d037fb0daf4eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Tue, 12 Dec 2023 13:51:43 +0900 Subject: [PATCH] =?UTF-8?q?laanc=20=EC=8A=B9=EC=9D=B8=EC=8B=A0=EC=B2=AD?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EC=8A=B9=EC=9D=B8=EC=97=AC=EB=B6=80=20Y/N?= =?UTF-8?q?=20->=20=EC=8A=B9=EC=9D=B8/=EB=AF=B8=EC=8A=B9=EC=9D=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/list/LaancGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/laanc/list/LaancGrid.js b/src/components/laanc/list/LaancGrid.js index ca3b796..d9ed658 100644 --- a/src/components/laanc/list/LaancGrid.js +++ b/src/components/laanc/list/LaancGrid.js @@ -101,7 +101,7 @@ export default function LaancGrid() { sortable: true, center: true, cell: row => { - return row.aprvlYn; + return row.aprvlYn === 'Y' ? '승인' : '미승인'; } }, {