diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/(procurement)/pq_new/[vendorId]/[submissionId]/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/pq_new/[vendorId]/[submissionId]/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/pq_new/[vendorId]/[submissionId]/page.tsx index c63cf4df..8e3006cc 100644 --- a/app/[lng]/evcp/(evcp)/(procurement)/pq_new/[vendorId]/[submissionId]/page.tsx +++ b/app/[lng]/evcp/(evcp)/(procurement)/pq_new/[vendorId]/[submissionId]/page.tsx @@ -87,12 +87,12 @@ export default async function PQReviewPage(props: PQReviewPageProps) { <Shell className="gap-6 max-w-5xl">
<div className="flex items-center justify-between">
<div className="flex items-center gap-4">
- <Button variant="outline" size="sm" asChild>
+ {/* <Button variant="outline" size="sm" asChild>
<Link href="/evcp/pq_new">
<ArrowLeft className="w-4 h-4 mr-2" />
목록으로
</Link>
- </Button>
+ </Button> */}
<div>
<h2 className="text-2xl font-bold tracking-tight">
{pqSubmission.vendorName} - {typeLabel}
|
