From cc871c6a1138595283de6f12c03519eb7346e55f Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 12 Nov 2025 10:48:51 +0000 Subject: (임수민, 김준회) GTC contractID 수정, 정규등록 품목 테이블 컬럼 사이즈 조절 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx | 1 + .../table/vendor-regular-registrations-table-columns.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx index 8f823d4c..a2746dfa 100644 --- a/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx +++ b/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx @@ -187,6 +187,7 @@ export default async function GtcClausesPage(props: GtcClausesPageProps) { document={document} vendorId={vendorId} vendorName={vendorName} + contractId={contractId} /> diff --git a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx index cd748fd8..075724a2 100644 --- a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx +++ b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx @@ -139,6 +139,7 @@ export function getColumns(): ColumnDef[] { return majorItems || "-" } }, + size: 250, }, { accessorKey: "establishmentDate", -- cgit v1.2.3