|
@@ -149,13 +149,13 @@ export default [
|
|
path: '/schedule/data',
|
|
path: '/schedule/data',
|
|
name: 'schedule-data',
|
|
name: 'schedule-data',
|
|
meta: { title: '资料进度' },
|
|
meta: { title: '资料进度' },
|
|
- component: () => import('~src/views/schedule/hc-data.vue'),
|
|
|
|
|
|
+ component: () => import('~src/views/schedule/data.vue'),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/schedule/table',
|
|
path: '/schedule/table',
|
|
name: 'schedule-table',
|
|
name: 'schedule-table',
|
|
meta: { title: 'WBS节点进度' },
|
|
meta: { title: 'WBS节点进度' },
|
|
- component: () => import('~src/views/schedule/hc-table.vue'),
|
|
|
|
|
|
+ component: () => import('~src/views/schedule/table.vue'),
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|