From 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 9 Jul 2025 12:19:05 +0000 Subject: (대표님) 20250709 변경사항 (약 18시 30분까지) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/techsales-rfq/table/detail-table/quotation-history-dialog.tsx | 6 +++--- .../table/detail-table/vendor-communication-drawer.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/techsales-rfq/table/detail-table') diff --git a/lib/techsales-rfq/table/detail-table/quotation-history-dialog.tsx b/lib/techsales-rfq/table/detail-table/quotation-history-dialog.tsx index 0195b10c..ce701e13 100644 --- a/lib/techsales-rfq/table/detail-table/quotation-history-dialog.tsx +++ b/lib/techsales-rfq/table/detail-table/quotation-history-dialog.tsx @@ -137,7 +137,7 @@ function QuotationCard({

유효 기한

- {data.validUntil ? formatDate(data.validUntil) : "미설정"} + {data.validUntil ? formatDate(data.validUntil, "KR") : "미설정"}

@@ -187,8 +187,8 @@ function QuotationCard({ {isCurrent - ? `수정: ${data.updatedAt ? formatDate(data.updatedAt) : "N/A"}` - : `변경: ${revisedAt ? formatDate(revisedAt) : "N/A"}` + ? `수정: ${data.updatedAt ? formatDate(data.updatedAt, "KR") : "N/A"}` + : `변경: ${revisedAt ? formatDate(revisedAt, "KR") : "N/A"}` } diff --git a/lib/techsales-rfq/table/detail-table/vendor-communication-drawer.tsx b/lib/techsales-rfq/table/detail-table/vendor-communication-drawer.tsx index 4172ccd7..0312451d 100644 --- a/lib/techsales-rfq/table/detail-table/vendor-communication-drawer.tsx +++ b/lib/techsales-rfq/table/detail-table/vendor-communication-drawer.tsx @@ -351,7 +351,7 @@ export function VendorCommunicationDrawer({ {selectedAttachment.fileName} - {formatFileSize(selectedAttachment.fileSize)} • {formatDateTime(selectedAttachment.uploadedAt)} + {formatFileSize(selectedAttachment.fileSize)} • {formatDateTime(selectedAttachment.uploadedAt, "KR")} -- cgit v1.2.3