forked from verdnatura/salix-front
fix: refs #8524 parking section router
This commit is contained in:
parent
421970ba45
commit
217942dfd0
|
@ -44,6 +44,7 @@ const shelvingCard = {
|
||||||
path: ':id',
|
path: ':id',
|
||||||
component: () => import('pages/Shelving/Card/ShelvingCard.vue'),
|
component: () => import('pages/Shelving/Card/ShelvingCard.vue'),
|
||||||
redirect: { name: 'ShelvingSummary' },
|
redirect: { name: 'ShelvingSummary' },
|
||||||
|
meta: { menu: ['ShelvingBasicData', 'ShelvingLog'] },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
name: 'ShelvingSummary',
|
name: 'ShelvingSummary',
|
||||||
|
@ -81,13 +82,10 @@ export default {
|
||||||
title: 'shelving',
|
title: 'shelving',
|
||||||
icon: 'vn:inventory',
|
icon: 'vn:inventory',
|
||||||
moduleName: 'Shelving',
|
moduleName: 'Shelving',
|
||||||
|
menu: ['ShelvingList', 'ParkingMain'],
|
||||||
},
|
},
|
||||||
component: RouterView,
|
component: RouterView,
|
||||||
redirect: { name: 'ShelvingMain' },
|
redirect: { name: 'ShelvingMain' },
|
||||||
menus: {
|
|
||||||
main: ['ShelvingList', 'ParkingMain'],
|
|
||||||
card: ['ShelvingBasicData', 'ShelvingLog'],
|
|
||||||
},
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
|
|
Loading…
Reference in New Issue