Commit 81a3d60b authored by 王飞龙's avatar 王飞龙

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/router/index.js
parent 04886692
...@@ -116,8 +116,9 @@ export const constantRoutes = [ ...@@ -116,8 +116,9 @@ export const constantRoutes = [
props: true, props: true,
component: () => import('@/views/equipment-management/equipment-management/equipment-management'), component: () => import('@/views/equipment-management/equipment-management/equipment-management'),
name: 'EquipmentManagement', name: 'EquipmentManagement',
meta: { title: '设备管理', icon: 'date' }, meta: { title: '设备管理', icon: 'date' }
children: [
},
{ {
path: 'equipment-detail/:id', path: 'equipment-detail/:id',
props: true, props: true,
...@@ -132,6 +133,7 @@ export const constantRoutes = [ ...@@ -132,6 +133,7 @@ export const constantRoutes = [
name: 'EquipmentAdd', name: 'EquipmentAdd',
meta: { title: '设备新增' } meta: { title: '设备新增' }
}, },
{ {
path: 'use-management', path: 'use-management',
props: true, props: true,
...@@ -146,11 +148,6 @@ export const constantRoutes = [ ...@@ -146,11 +148,6 @@ export const constantRoutes = [
name: 'UseDetails', name: 'UseDetails',
meta: { title: '使用详情', icon: 'table', activeMenu: '/use-details' } meta: { title: '使用详情', icon: 'table', activeMenu: '/use-details' }
} }
]
},
] ]
}, },
// 病历管理 // 病历管理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment