mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 09:15:56 +08:00
feat(projects): feat(projects): TableColumnCheck title support VNode (#716)
This commit is contained in:
@@ -64,7 +64,7 @@ export function useTable<A extends NaiveUI.TableApiFn>(config: NaiveUI.NaiveTabl
|
||||
if (isTableColumnHasKey(column)) {
|
||||
checks.push({
|
||||
key: column.key as string,
|
||||
title: column.title as string,
|
||||
title: column.title!,
|
||||
checked: true
|
||||
});
|
||||
} else if (column.type === 'selection') {
|
||||
|
||||
Reference in New Issue
Block a user