From 1dc24d48e52f2e490f5603ceb02842586ecae533 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 24 Jul 2025 11:06:32 +0000 Subject: (대표님) 정기평가 피드백 반영, 설계 피드백 반영, (최겸) 기술영업 피드백 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/top/offshore-top-table-columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/items-tech/table/top/offshore-top-table-columns.tsx') diff --git a/lib/items-tech/table/top/offshore-top-table-columns.tsx b/lib/items-tech/table/top/offshore-top-table-columns.tsx index 93f27492..e1572e0c 100644 --- a/lib/items-tech/table/top/offshore-top-table-columns.tsx +++ b/lib/items-tech/table/top/offshore-top-table-columns.tsx @@ -22,7 +22,7 @@ import { DataTableColumnHeaderSimple } from "@/components/data-table/data-table- interface OffshoreTopTableItem { id: number; itemId: number; - workType: "TM" | "TS" | "TE" | "TP"; + workType: "TM" | "TS" | "TE" | "TP" | "TA"; itemList: string | null; subItemList: string | null; itemCode: string; -- cgit v1.2.3