diff options
Diffstat (limited to 'lib/vendors/bid-history-table')
| -rw-r--r-- | lib/vendors/bid-history-table/bid-history-table-columns.tsx | 2 | ||||
| -rw-r--r-- | lib/vendors/bid-history-table/bid-history-table.tsx | 2 |
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" }
|
