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-toolbar-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/items-tech/table/top/offshore-top-table-toolbar-actions.tsx') diff --git a/lib/items-tech/table/top/offshore-top-table-toolbar-actions.tsx b/lib/items-tech/table/top/offshore-top-table-toolbar-actions.tsx index bf10560f..c81feda0 100644 --- a/lib/items-tech/table/top/offshore-top-table-toolbar-actions.tsx +++ b/lib/items-tech/table/top/offshore-top-table-toolbar-actions.tsx @@ -23,7 +23,7 @@ import { ImportItemButton } from "../import-excel-button" interface OffshoreTopItem { 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