From a1e2aae9b68b7d6f998e40e801822f1385c3c1ab Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 22 Sep 2025 08:53:08 +0000 Subject: (최겸) 구매 견적 내 프로젝트 계약일 Date 오류 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfq-last/vendor-response/editor/rfq-info-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx index 1078b20e..fe8c5508 100644 --- a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx +++ b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx @@ -201,7 +201,7 @@ export default function RfqInfoHeader({ rfq, rfqDetail, vendor }: RfqInfoHeaderP 계약일 -

{rfq.project && rfq.project.CNRT_DT ? formatDate(new Date(rfq.project.CNRT_DT)) : '-'}

+

{rfq.project && rfq.project.CNRT_DT ? rfq.project.CNRT_DT : '-'}

)} -- cgit v1.2.3