From cf77558c0ccc5c0c1bc3cdd6edd9a0475e1970c8 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 21 Oct 2025 09:05:52 +0000 Subject: (대표님) 설계측 오류 및 스타일 등 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/form-data/form-data-table.tsx | 2 +- components/form-data/sedp-compare-dialog.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'components/form-data') diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 9dbcb627..0f55c559 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -779,7 +779,7 @@ export default function DynamicTable({ <>
-
+
{/* Total Tags Card - 클릭 시 전체 보기 */} col.key !== "TAG_NO" && col.key !== "TAG_DESC" && col.key !== "status") + .filter(col => col.key !== "TAG_NO" && col.key !== "TAG_DESC" && col.key !== "status"&& col.key !== "CLS_ID") .map(col => { const localValue = localItem[col.key]; const sedpValue = sedpItem.attributes.get(col.key); -- cgit v1.2.3