summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/evcp/(evcp)/pq_new/page.tsx4
-rw-r--r--app/[lng]/procurement/(procurement)/pq_new/page.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq_new/page.tsx b/app/[lng]/evcp/(evcp)/pq_new/page.tsx
index 0e6d3196..6a992ee5 100644
--- a/app/[lng]/evcp/(evcp)/pq_new/page.tsx
+++ b/app/[lng]/evcp/(evcp)/pq_new/page.tsx
@@ -9,7 +9,7 @@ import { getPQSubmissions } from "@/lib/pq/service"
import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table"
import { InformationButton } from "@/components/information/information-button"
export const metadata: Metadata = {
- title: "PQ 검토/실사 의뢰",
+ title: "협력업체 PQ/실사 현황",
description: "",
}
@@ -71,7 +71,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) {
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- PQ 검토/실사 의뢰
+ 협력업체 PQ/실사 현황
</h2>
<InformationButton pagePath="evcp/pq_new" />
</div>
diff --git a/app/[lng]/procurement/(procurement)/pq_new/page.tsx b/app/[lng]/procurement/(procurement)/pq_new/page.tsx
index 0e6d3196..6a992ee5 100644
--- a/app/[lng]/procurement/(procurement)/pq_new/page.tsx
+++ b/app/[lng]/procurement/(procurement)/pq_new/page.tsx
@@ -9,7 +9,7 @@ import { getPQSubmissions } from "@/lib/pq/service"
import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table"
import { InformationButton } from "@/components/information/information-button"
export const metadata: Metadata = {
- title: "PQ 검토/실사 의뢰",
+ title: "협력업체 PQ/실사 현황",
description: "",
}
@@ -71,7 +71,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) {
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- PQ 검토/실사 의뢰
+ 협력업체 PQ/실사 현황
</h2>
<InformationButton pagePath="evcp/pq_new" />
</div>