diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:22:04 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:22:04 +0000 |
| commit | 9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 (patch) | |
| tree | df110ca4a654bc3b3d0bd02b68cba45a25a7c39e /lib/items-tech/table/ship/Items-ship-table.tsx | |
| parent | 0fddf148402fd6b99a1b3800d73679899bcb2ed3 (diff) | |
(최겸) 기술영업 아이템 수정(컬럼명 및 item table FK 삭제, rfq에서 사용하는 service 수정)
Diffstat (limited to 'lib/items-tech/table/ship/Items-ship-table.tsx')
| -rw-r--r-- | lib/items-tech/table/ship/Items-ship-table.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/items-tech/table/ship/Items-ship-table.tsx b/lib/items-tech/table/ship/Items-ship-table.tsx index 61e8d8b4..feab288a 100644 --- a/lib/items-tech/table/ship/Items-ship-table.tsx +++ b/lib/items-tech/table/ship/Items-ship-table.tsx @@ -24,7 +24,7 @@ type ShipbuildingItem = { shipTypes: string;
itemCode: string;
itemName: string;
- itemList: string | null;
+ itemList: string | null;
description: string | null;
createdAt: Date;
updatedAt: Date;
@@ -110,7 +110,7 @@ export function ItemsShipTable({ promises }: ItemsTableProps) { label: "아이템 리스트",
type: "text",
},
- ]
+ ]
const { table } = useDataTable({
data: data as ShipbuildingItem[],
|
