From 6a8d6cda345d13352961d40abd44cfa5daf81591 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 18 Sep 2025 05:26:47 +0000 Subject: (최겸) 구매 입찰 수정, PCR 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pcr/table/pcr-table-toolbar-actions.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/pcr/table/pcr-table-toolbar-actions.tsx') diff --git a/lib/pcr/table/pcr-table-toolbar-actions.tsx b/lib/pcr/table/pcr-table-toolbar-actions.tsx index 3e2394fb..08a0ad72 100644 --- a/lib/pcr/table/pcr-table-toolbar-actions.tsx +++ b/lib/pcr/table/pcr-table-toolbar-actions.tsx @@ -64,7 +64,8 @@ export function PcrTableToolbarActions({ return (
- + {isPartnersPage && ( + <> {/* 승인 버튼 */} + + )} {/* PCR 생성 다이얼로그 - Partners 페이지에서는 표시하지 않음 */} {!isPartnersPage && ( -- cgit v1.2.3