mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 06:40:17 +08:00
feat(components): Add routing data related to tree components and page display optimization
This commit is contained in:
@@ -189,7 +189,7 @@ function createSuffixData(level = 2, baseKey = ''): TreeOption[] | undefined {
|
||||
key,
|
||||
children: createSuffixData(level - 1, key),
|
||||
suffix: () =>
|
||||
h(NSpace, { justify: 'space-evenly' }, [
|
||||
h(NSpace, { justify: 'space-evenly' }, () => [
|
||||
h(NButton, { text: true, class: 'pt-1.5' }, { default: () => <icon-mdi-plus class="text-18px" /> }),
|
||||
h(
|
||||
NButton,
|
||||
|
||||
Reference in New Issue
Block a user