From 45f4c426c98d86a251644a4858740bec989edf83 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 20 May 2025 09:01:22 +0000 Subject: (최겸) 기술영업 아이템리스트 수정 및 개발 0520 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/ship/Items-ship-table.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/items-tech/table/ship/Items-ship-table.tsx') diff --git a/lib/items-tech/table/ship/Items-ship-table.tsx b/lib/items-tech/table/ship/Items-ship-table.tsx index aee90cfc..29ad8f8a 100644 --- a/lib/items-tech/table/ship/Items-ship-table.tsx +++ b/lib/items-tech/table/ship/Items-ship-table.tsx @@ -24,6 +24,7 @@ type ShipbuildingItem = { shipTypes: string; itemCode: string; itemName: string; + itemList: string | null; description: string | null; createdAt: Date; updatedAt: Date; @@ -56,6 +57,10 @@ export function ItemsShipTable({ promises }: ItemsTableProps) { id: "shipTypes", label: "선종", }, + { + id: "itemList", + label: "아이템 리스트", + }, ] /** @@ -95,6 +100,11 @@ export function ItemsShipTable({ promises }: ItemsTableProps) { label: "선종", type: "text", }, + { + id: "itemList", + label: "아이템 리스트", + type: "text", + }, ] const { table } = useDataTable({ -- cgit v1.2.3