feat moduleName
This commit is contained in:
parent
5dc41f8236
commit
e6c9a692f5
|
@ -6,6 +6,7 @@ export default {
|
||||||
meta: {
|
meta: {
|
||||||
title: 'department',
|
title: 'department',
|
||||||
icon: 'vn:greuge',
|
icon: 'vn:greuge',
|
||||||
|
moduleName: 'Department',
|
||||||
},
|
},
|
||||||
component: RouterView,
|
component: RouterView,
|
||||||
redirect: { name: 'DepartmentCard' },
|
redirect: { name: 'DepartmentCard' },
|
||||||
|
|
|
@ -6,6 +6,7 @@ export default {
|
||||||
meta: {
|
meta: {
|
||||||
title: 'itemType',
|
title: 'itemType',
|
||||||
icon: 'contact_support',
|
icon: 'contact_support',
|
||||||
|
moduleName: 'ItemType',
|
||||||
},
|
},
|
||||||
component: RouterView,
|
component: RouterView,
|
||||||
redirect: { name: 'ItemTypeCard' },
|
redirect: { name: 'ItemTypeCard' },
|
||||||
|
|
|
@ -6,6 +6,7 @@ export default {
|
||||||
meta: {
|
meta: {
|
||||||
title: 'roadmap',
|
title: 'roadmap',
|
||||||
icon: 'vn:troncales',
|
icon: 'vn:troncales',
|
||||||
|
moduleName: 'Roadmap',
|
||||||
},
|
},
|
||||||
component: RouterView,
|
component: RouterView,
|
||||||
redirect: { name: 'RouteMain' },
|
redirect: { name: 'RouteMain' },
|
||||||
|
|
Loading…
Reference in New Issue