|
|
@@ -526,6 +526,13 @@ const routes = [
|
|
|
component: () => import('@/views/admin/UnifiedHealthReports.vue'),
|
|
|
meta: { title: '健康报告', perm: 'health:reports' }
|
|
|
},
|
|
|
+ {
|
|
|
+ path: 'health-reports/:id/edit',
|
|
|
+ name: 'HealthReportEdit',
|
|
|
+ component: () => import('@/views/admin/HealthReportEdit.vue'),
|
|
|
+ meta: { title: '编辑报告', perm: 'health:reports' },
|
|
|
+ props: true
|
|
|
+ },
|
|
|
{
|
|
|
path: 'health-indicators',
|
|
|
name: 'HealthIndicators',
|