From a8674e6b91fb4d356c311fad0251878de154da53 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 24 Nov 2025 11:16:32 +0000 Subject: (최겸) 구매 입찰 수정(폐찰, 낙찰 결재 기능 추가 등) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/vendors/bid-history-table/bid-history-table-columns.tsx | 2 -- lib/vendors/bid-history-table/bid-history-table.tsx | 2 -- 2 files changed, 4 deletions(-) (limited to 'lib/vendors') diff --git a/lib/vendors/bid-history-table/bid-history-table-columns.tsx b/lib/vendors/bid-history-table/bid-history-table-columns.tsx index b235917f..7afecab4 100644 --- a/lib/vendors/bid-history-table/bid-history-table-columns.tsx +++ b/lib/vendors/bid-history-table/bid-history-table-columns.tsx @@ -132,8 +132,6 @@ export function getColumns({ setRowAction, onViewDetails }: GetColumnsProps): Co construction: "공사", service: "용역", lease: "임차", - steel_stock: "형강스톡", - piping: "배관", transport: "운송", waste: "폐기물", sale: "매각" diff --git a/lib/vendors/bid-history-table/bid-history-table.tsx b/lib/vendors/bid-history-table/bid-history-table.tsx index ec810429..e41db58a 100644 --- a/lib/vendors/bid-history-table/bid-history-table.tsx +++ b/lib/vendors/bid-history-table/bid-history-table.tsx @@ -92,8 +92,6 @@ export function VendorBidHistoryTable({ promises, lng }: BidHistoryTableProps) { { label: "공사", value: "construction" }, { label: "용역", value: "service" }, { label: "임차", value: "lease" }, - { label: "형강스톡", value: "steel_stock" }, - { label: "배관", value: "piping" }, { label: "운송", value: "transport" }, { label: "폐기물", value: "waste" }, { label: "매각", value: "sale" } -- cgit v1.2.3