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

@@ -184,6 +184,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: 'UseTable'
}
},
{
path: 'tree-table',
component: () => import('@/views/Components/Table/TreeTable.vue'),
name: 'TreeTable',
meta: {
title: 'TreeTable'
}
}
]
},