From f2fafe555b65f9207c2c6e216b7d7b2ff83af866 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 3 Nov 2025 10:15:45 +0000 Subject: (최겸) 구매 PQ/실사 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[lng]/partners/pq_new/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/[lng]/partners/pq_new/page.tsx b/app/[lng]/partners/pq_new/page.tsx index 389a35a2..eea5b21d 100644 --- a/app/[lng]/partners/pq_new/page.tsx +++ b/app/[lng]/partners/pq_new/page.tsx @@ -202,6 +202,7 @@ export default async function PQListPage() { 유형 + PQ 번호 프로젝트 상태 요청일 @@ -213,7 +214,7 @@ export default async function PQListPage() { {pqList.length === 0 ? ( - + 요청된 PQ가 없습니다. @@ -235,6 +236,9 @@ export default async function PQListPage() { "일반"} + + {pq.pqNumber || "-"} + {pq.projectName || "-"} -- cgit v1.2.3