From 49a42f8987f4479c6e317e0826211f37472295a6 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 27 Oct 2025 09:27:49 +0000 Subject: (임수민) 설계 RFQ 첨부 컬럼 버튼 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/itb/table/purchase-request-columns.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib/itb/table/purchase-request-columns.tsx') diff --git a/lib/itb/table/purchase-request-columns.tsx b/lib/itb/table/purchase-request-columns.tsx index e6489c18..e1d22eaa 100644 --- a/lib/itb/table/purchase-request-columns.tsx +++ b/lib/itb/table/purchase-request-columns.tsx @@ -203,15 +203,10 @@ export function getPurchaseRequestColumns({ cell: ({ row }) => { const count = Number(row.original.attachmentCount) || 0; return count > 0 ? ( - + ) : ( - ); -- cgit v1.2.3