summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-12 10:48:51 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-12 10:48:51 +0000
commitcc871c6a1138595283de6f12c03519eb7346e55f (patch)
treec18622d06f1586e2878851e5f503825b80ce9fd9
parent78454bb1c87b08e9a9d49cbaf5c093c39e675157 (diff)
(임수민, 김준회) GTC contractID 수정, 정규등록 품목 테이블 컬럼 사이즈 조절
-rw-r--r--app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx1
-rw-r--r--lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx1
2 files changed, 2 insertions, 0 deletions
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}
/>
</React.Suspense>
</Shell>
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<VendorRegularRegistration>[] {
return majorItems || "-"
}
},
+ size: 250,
},
{
accessorKey: "establishmentDate",