summaryrefslogtreecommitdiff
path: root/lib/items-tech/table/hull
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 01:54:09 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 01:54:09 +0000
commitd59a5175210c18fcc675cde93865339abf37a406 (patch)
tree085834900e7b65c60364602432c38f3030d456e2 /lib/items-tech/table/hull
parent3bdd648ad4cb863043db181291ddaebbc025965b (diff)
(최겸) 기술영업 아이템리스트 filter, sort 적용
Diffstat (limited to 'lib/items-tech/table/hull')
-rw-r--r--lib/items-tech/table/hull/offshore-hull-table.tsx19
1 files changed, 8 insertions, 11 deletions
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
@@ -70,19 +70,16 @@ export function OffshoreHullTable({ promises }: OffshoreHullTableProps) {
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",