Commit f685b2aa authored by danfuman's avatar danfuman

修改

parent 7ef5c0d8
...@@ -127,8 +127,8 @@ export const constantRoutes = [ ...@@ -127,8 +127,8 @@ export const constantRoutes = [
{ {
path: '/owner/MonitoringReportDetails/:id', path: '/owner/MonitoringReportDetails/:id',
component: () => import('@/views/owner/MonitoringReportDetails'), component: () => import('@/views/owner/MonitoringReportDetails'),
name: 'MonitoringDynamics', name: 'ownerMonitoringReportDetails',
meta: { title: '监控报告详情', noCache: false }, meta: { title: '业主监控报告详情', noCache: false },
} }
] ]
}, },
......
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
import {changeTime} from "@/assets/js/common.js" import {changeTime} from "@/assets/js/common.js"
import skeleton from '../component/skeleton' import skeleton from '../component/skeleton'
export default { export default {
name: 'MonitoringDynamics', name: 'ownerMonitoringReportDetails',
components: { components: {
InfoTable,skeleton InfoTable,skeleton
}, },
......
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