feat: Table重构

This commit is contained in:
kailong321200875
2023-07-10 17:46:15 +08:00
parent 002d03a0ad
commit 94800b0120
13 changed files with 576 additions and 308 deletions

View File

@@ -142,6 +142,14 @@ const adminList = [
title: 'UseTable'
}
},
{
path: 'tree-table',
component: 'views/Components/Table/TreeTable',
name: 'TreeTable',
meta: {
title: 'TreeTable'
}
},
{
path: 'ref-table',
component: 'views/Components/Table/RefTable',
@@ -481,6 +489,7 @@ const testList: string[] = [
'/components/table',
'/components/table/default-table',
'/components/table/use-table',
'/components/table/tree-table',
'/components/table/ref-table',
'/components/editor-demo',
'/components/editor-demo/editor',