feat moduleName

This commit is contained in:
Javier Segarra 2024-04-24 14:33:10 +02:00
parent 5dc41f8236
commit e6c9a692f5
3 changed files with 3 additions and 0 deletions

View File

@ -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' },

View File

@ -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' },

View File

@ -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' },