From b43b1d92ef3d7e57b5df5cd72f75dc3a1c3f1c7a Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 27 Nov 2025 13:48:44 +0900 Subject: (김준회) swp 파일 개수 컬럼 삭제 (API에서 주지 않는 데이터), dolce rebuild 에서 상태값 수정, bulk upload MatchBatchFileDwg API 사용해 Edit 으로 보내도록 수정 (Category, status 하드코딩 값 넣어주도록 처리), 상세도면, 파일 추가시 확인 다이얼로그 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/swp/table/swp-table-columns.tsx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'lib/swp/table/swp-table-columns.tsx') diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx index 91c811c3..261cf960 100644 --- a/lib/swp/table/swp-table-columns.tsx +++ b/lib/swp/table/swp-table-columns.tsx @@ -138,25 +138,7 @@ export const swpDocumentColumns: ColumnDef[] = [ minSize: 100, maxSize: 100, }, - { - id: "stats", - header: "파일", - cell: ({ row }) => ( -
-
- {row.original.fileCount}개 -
- {row.original.standbyFileCount > 0 && ( -
- 대기중 {row.original.standbyFileCount} -
- )} -
- ), - size: 100, - minSize: 100, - maxSize: 100, - }, + { id: "actions", header: "커버페이지 다운로드", -- cgit v1.2.3