From 06d4753d61a803e2f8447bc3167dced3434107d4 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 22 Sep 2025 08:54:41 +0000 Subject: (최겸) 구매 협력업체 관리 피드백 반영(PQ, 실사, QM 담당자 등) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pq-input/pq-review-wrapper.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'components/pq-input/pq-review-wrapper.tsx') diff --git a/components/pq-input/pq-review-wrapper.tsx b/components/pq-input/pq-review-wrapper.tsx index cc0f1b40..ca5f314f 100644 --- a/components/pq-input/pq-review-wrapper.tsx +++ b/components/pq-input/pq-review-wrapper.tsx @@ -380,12 +380,14 @@ export function PQReviewWrapper({ {item.description} )} - {/*
- 생성일: {item.createdAt?.toLocaleString('ko-KR')} -
-
- 수정일: {item.updatedAt?.toLocaleString('ko-KR')} -
*/} + {item.remarks && ( +
+

Remark:

+

+ {item.remarks} +

+
+ )} {/* 항목 상태 표시 */} {!!item.answer || item.attachments.length > 0 ? ( -- cgit v1.2.3