summaryrefslogtreecommitdiff
path: root/lib/vendors/bid-history-table
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-24 11:16:32 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-24 11:16:32 +0000
commita8674e6b91fb4d356c311fad0251878de154da53 (patch)
tree8bdf91ef99b2628f319df37912ccede1e2f5009c /lib/vendors/bid-history-table
parent68160eba15a2c8408329b6e14b94d5e44fa7e3ab (diff)
(최겸) 구매 입찰 수정(폐찰, 낙찰 결재 기능 추가 등)
Diffstat (limited to 'lib/vendors/bid-history-table')
-rw-r--r--lib/vendors/bid-history-table/bid-history-table-columns.tsx2
-rw-r--r--lib/vendors/bid-history-table/bid-history-table.tsx2
2 files changed, 0 insertions, 4 deletions
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" }