fix: switch slots

This commit is contained in:
xingyu4j
2025-10-17 11:33:49 +08:00
parent a5e3406849
commit 6979dbfa52

View File

@@ -166,8 +166,8 @@ setupVbenVxeTable({
} }
return h(NSwitch, finallyProps, { return h(NSwitch, finallyProps, {
checked: $t('common.enabled'), checked: () => h('p', $t('common.enabled')),
unchecked: $t('common.disabled'), unchecked: () => h('p', $t('common.disabled')),
}); });
}, },
}); });