7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +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: { 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' },