summaryrefslogtreecommitdiff
path: root/lib/items-tech/table/top
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/top
parent3bdd648ad4cb863043db181291ddaebbc025965b (diff)
(최겸) 기술영업 아이템리스트 filter, sort 적용
Diffstat (limited to 'lib/items-tech/table/top')
-rw-r--r--lib/items-tech/table/top/offshore-top-table.tsx18
1 files changed, 7 insertions, 11 deletions
diff --git a/lib/items-tech/table/top/offshore-top-table.tsx b/lib/items-tech/table/top/offshore-top-table.tsx
index 689f1db3..c038de13 100644
--- a/lib/items-tech/table/top/offshore-top-table.tsx
+++ b/lib/items-tech/table/top/offshore-top-table.tsx
@@ -66,19 +66,15 @@ export function OffshoreTopTable({ promises }: OffshoreTopTableProps) {
type: "text",
},
{
- id: "itemName",
- label: "Item Name",
- type: "text",
- },
- {
- id: "description",
- label: "Description",
- type: "text",
- },
- {
id: "workType",
label: "기능(공종)",
- type: "text",
+ type: "select",
+ options: [
+ { label: "TM", value: "TM" },
+ { label: "TS", value: "TS" },
+ { label: "TE", value: "TE" },
+ { label: "TP", value: "TP" },
+ ],
},
{
id: "itemList",