feat(mobile): 添加护理评估+输液管理路由
This commit is contained in:
@@ -157,6 +157,18 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/nursingmobile/VitalSignTrend.vue'),
|
||||
name: 'NursingMobileVitalSignTrend',
|
||||
meta: {title: '移动护理-体征趋势'}
|
||||
},
|
||||
{
|
||||
path: 'assessment',
|
||||
component: () => import('@/views/nursingmobile/NursingAssessment.vue'),
|
||||
name: 'NursingMobileAssessment',
|
||||
meta: {title: '移动护理-护理评估'}
|
||||
},
|
||||
{
|
||||
path: 'infusion',
|
||||
component: () => import('@/views/nursingmobile/InfusionManagement.vue'),
|
||||
name: 'NursingMobileInfusion',
|
||||
meta: {title: '移动护理-输液管理'}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user