From 9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 13 Jun 2025 07:22:04 +0000 Subject: (최겸) 기술영업 아이템 수정(컬럼명 및 item table FK 삭제, rfq에서 사용하는 service 수정) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/ship/items-ship-table-columns.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/items-tech/table/ship/items-ship-table-columns.tsx') diff --git a/lib/items-tech/table/ship/items-ship-table-columns.tsx b/lib/items-tech/table/ship/items-ship-table-columns.tsx index 29e1d503..13ba2480 100644 --- a/lib/items-tech/table/ship/items-ship-table-columns.tsx +++ b/lib/items-tech/table/ship/items-ship-table-columns.tsx @@ -115,13 +115,13 @@ export function getShipbuildingColumns({ setRowAction }: GetColumnsProps): Colum { accessorKey: "itemCode", header: ({ column }) => ( - + ), cell: ({ row }) =>
{row.original.itemCode}
, enableSorting: true, enableHiding: true, meta: { - excelHeader: "Material Group", + excelHeader: "자재 그룹", }, }, { @@ -151,13 +151,13 @@ export function getShipbuildingColumns({ setRowAction }: GetColumnsProps): Colum { accessorKey: "itemList", header: ({ column }) => ( - + ), cell: ({ row }) =>
{row.original.itemList || "-"}
, enableSorting: true, enableHiding: true, meta: { - excelHeader: "아이템 리스트", + excelHeader: "자재명", }, }, { -- cgit v1.2.3