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, });