From 12e936c0b45ffa1c8f3c02ff77961212767be9a7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 26 Aug 2025 01:17:56 +0000 Subject: (대표님) 가입, 기본계약, 벤더 (최겸) 기술영업 아이템 관련 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/vendorRegularRegistrationsColumnsConfig.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/vendorRegularRegistrationsColumnsConfig.ts b/config/vendorRegularRegistrationsColumnsConfig.ts index 44f02f96..c69b4378 100644 --- a/config/vendorRegularRegistrationsColumnsConfig.ts +++ b/config/vendorRegularRegistrationsColumnsConfig.ts @@ -142,6 +142,7 @@ export const statusLabels: Record = { cp_review: "CP검토", cp_finished: "CP완료", approval_ready: "조건충족", + registration_requested: "등록요청됨", in_review: "정규등록검토", pending_approval: "장기미등록", }; @@ -152,6 +153,7 @@ export const statusColors: Record = { cp_review: "bg-yellow-100 text-yellow-800", cp_finished: "bg-purple-100 text-purple-800", approval_ready: "bg-emerald-100 text-emerald-800", + registration_requested: "bg-indigo-100 text-indigo-800", in_review: "bg-orange-100 text-orange-800", pending_approval: "bg-red-100 text-red-800", }; -- cgit v1.2.3