From d59a5175210c18fcc675cde93865339abf37a406 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 30 May 2025 01:54:09 +0000 Subject: (최겸) 기술영업 아이템리스트 filter, sort 적용 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/hull/offshore-hull-table.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'lib/items-tech/table/hull') diff --git a/lib/items-tech/table/hull/offshore-hull-table.tsx b/lib/items-tech/table/hull/offshore-hull-table.tsx index 00f2c466..2a6f3173 100644 --- a/lib/items-tech/table/hull/offshore-hull-table.tsx +++ b/lib/items-tech/table/hull/offshore-hull-table.tsx @@ -69,20 +69,17 @@ export function OffshoreHullTable({ promises }: OffshoreHullTableProps) { label: "Item Code", type: "text", }, - { - id: "itemName", - label: "Item Name", - type: "text", - }, - { - id: "description", - label: "Description", - type: "text", - }, { id: "workType", label: "기능(공종)", - type: "text", + type: "select", + options: [ + { label: "HA", value: "HA" }, + { label: "HE", value: "HE" }, + { label: "HH", value: "HH" }, + { label: "HM", value: "HM" }, + { label: "NC", value: "NC" }, + ], }, { id: "itemList", -- cgit v1.2.3