forked from verdnatura/salix-front
fix: refs #5186 parking routes
This commit is contained in:
parent
1af5b270a0
commit
ddb6bdeb47
|
@ -48,14 +48,24 @@ export default {
|
||||||
import('src/pages/Shelving/Parking/Card/ParkingSummary.vue'),
|
import('src/pages/Shelving/Parking/Card/ParkingSummary.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ShelvingBasicData',
|
name: 'ParkingBasicData',
|
||||||
path: 'basic-data',
|
path: 'basic-data',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'basicData',
|
title: 'basicData',
|
||||||
icon: 'vn:settings',
|
icon: 'vn:settings',
|
||||||
roles: ['salesPerson'],
|
|
||||||
},
|
},
|
||||||
component: () => import('pages/Shelving/Card/ShelvingForm.vue'),
|
component: () =>
|
||||||
|
import('pages/Shelving/Parking/Card/ParkingBasicData.vue'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'ParkingLog',
|
||||||
|
path: 'log',
|
||||||
|
meta: {
|
||||||
|
title: 'log',
|
||||||
|
icon: 'history',
|
||||||
|
},
|
||||||
|
component: () =>
|
||||||
|
import('src/pages/Shelving/Parking/Card/ParkingLog.vue'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue