From 2ef02e27dbe639876fa3b90c30307dda183545ec Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 17 Jul 2025 10:50:52 +0000 Subject: (최겸) 기술영업 변경사항 적용 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tech-vendors/table/tech-vendors-table.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/tech-vendors/table/tech-vendors-table.tsx') diff --git a/lib/tech-vendors/table/tech-vendors-table.tsx b/lib/tech-vendors/table/tech-vendors-table.tsx index 125e39dc..a8e18501 100644 --- a/lib/tech-vendors/table/tech-vendors-table.tsx +++ b/lib/tech-vendors/table/tech-vendors-table.tsx @@ -59,7 +59,9 @@ export function TechVendorsTable({ promises }: TechVendorsTableProps) { "ACTIVE": "활성 상태", "INACTIVE": "비활성 상태", "BLACKLISTED": "거래 금지", - "PENDING_REVIEW": "비교 견적", + "PENDING_INVITE": "초대 대기", + "INVITED": "초대 완료", + "QUOTE_COMPARISON": "견적 비교", }; return statusMap[status] || status; @@ -187,6 +189,7 @@ export function TechVendorsTable({ promises }: TechVendorsTableProps) { onOpenChange={setItemsDialogOpen} vendor={selectedVendorForItems} /> + ) } \ No newline at end of file -- cgit v1.2.3