Item types #319

Merged
jsegarra merged 28 commits from :feature/ItemFamily into dev 2024-05-02 07:39:59 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit e6c9a692f5 - Show all commits

View File

@ -6,6 +6,7 @@ export default {
meta: {
title: 'department',
icon: 'vn:greuge',
moduleName: 'Department',
},
component: RouterView,
redirect: { name: 'DepartmentCard' },

View File

@ -6,6 +6,7 @@ export default {
meta: {
title: 'itemType',
icon: 'contact_support',
jsegarra marked this conversation as resolved
Review

Añadir moduleName: 'ItemType'

Añadir moduleName: 'ItemType'
moduleName: 'ItemType',
},
component: RouterView,
redirect: { name: 'ItemTypeCard' },

View File

@ -6,6 +6,7 @@ export default {
meta: {
title: 'roadmap',
icon: 'vn:troncales',
moduleName: 'Roadmap',
},
component: RouterView,
redirect: { name: 'RouteMain' },