update 消除控制台警告

This commit is contained in:
2026-03-23 10:21:10 +08:00
parent 3c2890b425
commit 55748e9adf

View File

@@ -80,7 +80,7 @@ const tableColumns = ref([
size: 'small',
},
{
default: row.status,
default: () => row.status,
}
),
},