tab优化,表格优化

This commit is contained in:
Gary Fu
2024-01-01 18:34:58 +08:00
parent cd12a30764
commit 702a1bb8fb
9 changed files with 98 additions and 14 deletions

View File

@@ -9,5 +9,18 @@ export default [{
}, {
path: '/tables',
name: 'tables',
component: () => import('@/views/tools/Tables.vue')
children: [{
path: '',
name: 'tables-index',
component: () => import('@/views/tools/Tables.vue')
}, {
path: 'edit',
name: 'tables-edit',
component: () => import('@/views/tools/TableEdit.vue'),
meta: {
replaceTabHistory: 'tables-index',
labelKey: 'common.label.edit',
icon: 'Edit'
}
}]
}]