From ca0083ec0c73a3673ddd17c90af68a8c60fa9efe Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 22 Oct 2025 01:02:30 +0000 Subject: (최겸) 구매 견적비교 제출일자 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfq-last/quotation-compare-view.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/rfq-last/quotation-compare-view.tsx') diff --git a/lib/rfq-last/quotation-compare-view.tsx b/lib/rfq-last/quotation-compare-view.tsx index 527fc4d8..3bb27b55 100644 --- a/lib/rfq-last/quotation-compare-view.tsx +++ b/lib/rfq-last/quotation-compare-view.tsx @@ -1038,6 +1038,16 @@ export function QuotationCompareView({ data }: QuotationCompareViewProps) { + {/* 응답일자 정보 */} + {selectedResponse?.submittedAt && ( +
+ + + 제출일자: {format(new Date(selectedResponse.submittedAt), "yyyy년 MM월 dd일", { locale: ko })} + +
+ )} +
-- cgit v1.2.3