Commit 64db36b5 authored by 陈明豪's avatar 陈明豪

bug修改

parent 57338436
...@@ -331,6 +331,13 @@ export const constantRoutes = [ ...@@ -331,6 +331,13 @@ export const constantRoutes = [
component: () => import('@/views/data-statistics/service-statistics/service-statistics.vue'), component: () => import('@/views/data-statistics/service-statistics/service-statistics.vue'),
name: 'PetDataStatistics', name: 'PetDataStatistics',
meta: { title: '业务数据统计', icon: 'component' } meta: { title: '业务数据统计', icon: 'component' }
},
{
path: 'check-detail',
props: true,
component: () => import('@/views/service-management/medical-record-management/check-detail.vue'),
name: 'Check-detail',
meta: { title: '检查详情', icon: 'component' }
} }
] ]
}, },
......
...@@ -999,7 +999,7 @@ export default { ...@@ -999,7 +999,7 @@ export default {
}, },
serviceDetail(row) { serviceDetail(row) {
this.$router.push({ this.$router.push({
name: 'CheckDetail', path: '/data-statistics/check-detail',
query: { checkId: row.id, fromData: true } query: { checkId: row.id, fromData: true }
}) })
} }
......
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