diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-04 13:39:00 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-04 13:39:00 +0900 |
| commit | d55bc64eb42f3b3072a0df4697946e6399cb1e4e (patch) | |
| tree | 5045d070aacee74fcc752933246a8c448fce15f5 /lib/vendor-document-list/ship/enhanced-documents-table.tsx | |
| parent | 637ed74a18cda35d745375244e45fe6911bf83f4 (diff) | |
(김준회) dolce: 이유란프로 B4 스테이지(일정) 관련 요구사항 반영
Diffstat (limited to 'lib/vendor-document-list/ship/enhanced-documents-table.tsx')
| -rw-r--r-- | lib/vendor-document-list/ship/enhanced-documents-table.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/vendor-document-list/ship/enhanced-documents-table.tsx b/lib/vendor-document-list/ship/enhanced-documents-table.tsx index 13f8f8d4..d92f16dd 100644 --- a/lib/vendor-document-list/ship/enhanced-documents-table.tsx +++ b/lib/vendor-document-list/ship/enhanced-documents-table.tsx @@ -100,10 +100,10 @@ export function SimplifiedDocumentsTable({ } }, [data, onDataLoaded]) - // 🔥 컬럼 메모이제이션 최적화 + // 🔥 컬럼 메모이제이션 최적화 (b4FilterType에 따라 동적 변경) const columns = React.useMemo( - () => getSimplifiedDocumentColumns({}), - [] + () => getSimplifiedDocumentColumns({ b4FilterType }), + [b4FilterType] ) // 🔥 필터 필드들을 메모이제이션 @@ -391,7 +391,7 @@ export function SimplifiedDocumentsTable({ className="gap-2" > <FileInput className="h-4 w-4" /> - GTT Deliverable + GTT Deliverables <Badge variant="secondary" className="ml-1"> {b4Stats.gttDeliverableCount} </Badge> |
