refactor: refs #8441 update vehicleCard menu order and reposition VehicleDms component
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
5307becf31
commit
905b15594c
|
@ -164,7 +164,13 @@ const vehicleCard = {
|
||||||
component: () => import('src/pages/Route/Vehicle/Card/VehicleCard.vue'),
|
component: () => import('src/pages/Route/Vehicle/Card/VehicleCard.vue'),
|
||||||
redirect: { name: 'VehicleSummary' },
|
redirect: { name: 'VehicleSummary' },
|
||||||
meta: {
|
meta: {
|
||||||
menu: ['VehicleBasicData', 'VehicleNotes', 'VehicleDms', 'VehicleEvents'],
|
menu: [
|
||||||
|
'VehicleBasicData',
|
||||||
|
'VehicleInvoiceIn',
|
||||||
|
'VehicleEvents',
|
||||||
|
'VehicleDms',
|
||||||
|
'VehicleNotes',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
@ -194,15 +200,6 @@ const vehicleCard = {
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Route/Vehicle/Card/VehicleInvoiceIn.vue'),
|
component: () => import('src/pages/Route/Vehicle/Card/VehicleInvoiceIn.vue'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'VehicleDms',
|
|
||||||
path: 'dms',
|
|
||||||
meta: {
|
|
||||||
title: 'dms',
|
|
||||||
icon: 'cloud_upload',
|
|
||||||
},
|
|
||||||
component: () => import('src/pages/Route/Vehicle/VehicleDms.vue'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'VehicleEvents',
|
name: 'VehicleEvents',
|
||||||
path: 'events',
|
path: 'events',
|
||||||
|
@ -212,6 +209,15 @@ const vehicleCard = {
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Route/Vehicle/Card/VehicleEvents.vue'),
|
component: () => import('src/pages/Route/Vehicle/Card/VehicleEvents.vue'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'VehicleDms',
|
||||||
|
path: 'dms',
|
||||||
|
meta: {
|
||||||
|
title: 'dms',
|
||||||
|
icon: 'cloud_upload',
|
||||||
|
},
|
||||||
|
component: () => import('src/pages/Route/Vehicle/VehicleDms.vue'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'VehicleNotes',
|
name: 'VehicleNotes',
|
||||||
path: 'notes',
|
path: 'notes',
|
||||||
|
|
Loading…
Reference in New Issue