优化有两个资产管理菜单
This commit is contained in:
parent
d6f87cd0db
commit
68b98eea7b
|
@ -292,65 +292,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
||||||
// },
|
// },
|
||||||
// ],
|
// ],
|
||||||
// },
|
// },
|
||||||
{
|
|
||||||
path: '/asset-management',
|
|
||||||
name: 'AssetManagement',
|
|
||||||
component: Layout,
|
|
||||||
redirect: '/asset-management/device-management/device-center',
|
|
||||||
meta: { title: '资产管理', icon: 'property-safety', hidden: false, sort: 3 },
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: '/asset-management/device-management',
|
|
||||||
name: 'DeviceManagement',
|
|
||||||
component: () => import('@/components/ParentView/index.vue'),
|
|
||||||
redirect: '/asset-management/device-management/device-center',
|
|
||||||
meta: {
|
|
||||||
title: '设备管理',
|
|
||||||
icon: 'device',
|
|
||||||
hidden: false,
|
|
||||||
},
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: '/asset-management/device-management/device-center',
|
|
||||||
name: 'DeviceCenter',
|
|
||||||
component: () => import('@/views/system-resource/device-management/index.vue'),
|
|
||||||
meta: {
|
|
||||||
title: '设备中心',
|
|
||||||
icon: 'appstore',
|
|
||||||
hidden: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/asset-management/device-management/device-detail/:id',
|
|
||||||
name: 'DeviceDetail',
|
|
||||||
component: () => import('@/views/system-resource/device-management/detail.vue'),
|
|
||||||
meta: {
|
|
||||||
title: '设备详情',
|
|
||||||
icon: 'info-circle',
|
|
||||||
hidden: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/asset-management/device-management/procurement',
|
|
||||||
name: 'DeviceProcurement',
|
|
||||||
component: () => import('@/views/system-resource/device-management/procurement/index.vue'),
|
|
||||||
meta: {
|
|
||||||
title: '设备采购',
|
|
||||||
icon: 'shopping-cart',
|
|
||||||
hidden: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/asset-management/other-assets',
|
|
||||||
name: 'OtherAssets',
|
|
||||||
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
||||||
meta: { title: '其他资产', icon: 'copyright', hidden: false },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/products-services',
|
path: '/products-services',
|
||||||
name: 'ProductsServices',
|
name: 'ProductsServices',
|
||||||
|
|
Loading…
Reference in New Issue