From 318a741c198380ea94b479302f36ce20afdc497b Mon Sep 17 00:00:00 2001 From: "DESKTOP-O51VFUQ\\jw" Date: Tue, 28 Jul 2026 17:44:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EC=A0=84=EC=82=AC=EC=97=85=EC=9E=90?= =?UTF-8?q?=20=EA=B4=80=EB=A6=AC=20html=20=EA=B8=B0=EB=8A=A5=EC=BB=AC?= =?UTF-8?q?=EB=9F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/system/provider/list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/templates/system/provider/list.html b/src/main/resources/templates/system/provider/list.html index 9f2b1f0..f887b43 100644 --- a/src/main/resources/templates/system/provider/list.html +++ b/src/main/resources/templates/system/provider/list.html @@ -85,6 +85,9 @@ {title: "대표자", name: "CEO", data: "ceo", className, orderable: false}, {title: "전화번호", name: "TEL", data: "tel", className, orderable: false}, {title: "팩스번호", name: "FAX", data: "fax", className, orderable: false}, + {title: "기능", orderable: false, width: "140px", className, + render: (data, type, row) => { return mkRowDataFunctions( { providerId: row['providerId'] },row['providerNm'], true, true, true);} + } ], allCheck: false, });