diff options
Diffstat (limited to 'lib/vendors/rfq-history-table/rfq-history-table.tsx')
| -rw-r--r-- | lib/vendors/rfq-history-table/rfq-history-table.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vendors/rfq-history-table/rfq-history-table.tsx b/lib/vendors/rfq-history-table/rfq-history-table.tsx index 11a4bf9d..c618cbc9 100644 --- a/lib/vendors/rfq-history-table/rfq-history-table.tsx +++ b/lib/vendors/rfq-history-table/rfq-history-table.tsx @@ -98,7 +98,7 @@ export function VendorRfqHistoryTable({ promises, lng, vendorId }: RfqHistoryTab label: "견적상태", options: [ { label: "ITB 발송", value: "ITB 발송" }, - { label: "Short List 확정", value: "Short List 확정" }, + { label: "TBE 요청", value: "TBE 요청" }, { label: "최종업체선정", value: "최종업체선정" }, { label: "견적접수", value: "견적접수" }, { label: "견적평가중", value: "견적평가중" }, @@ -143,7 +143,7 @@ export function VendorRfqHistoryTable({ promises, lng, vendorId }: RfqHistoryTab type: "multi-select", options: [ { label: "ITB 발송", value: "ITB 발송" }, - { label: "Short List 확정", value: "Short List 확정" }, + { label: "TBE 요청", value: "TBE 요청" }, { label: "최종업체선정", value: "최종업체선정" }, { label: "견적접수", value: "견적접수" }, { label: "견적평가중", value: "견적평가중" }, |
