diff --git a/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx b/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx index 93228eb1..c1612719 100644 --- a/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx +++ b/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx @@ -1695,20 +1695,34 @@ export default function TableManagementPage() { ) : ( - - - + + + 컬럼 - - + + 참조 {(() => { const refCount = columns.filter((c) => ["entity", "code", "category", "numbering"].includes(c.input_type), ).length; return refCount > 0 ? ( - + {refCount} ) : null;