mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-12 06:07:49 +00:00
tab优化,表格优化
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}]
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user