|
@@ -107,8 +107,8 @@ const constantRouterComponents = {
|
|
|
'SpotCheckStandard': () => import('@/views/check/checkstandard/SpotCheckStandard'),
|
|
|
'SpotCheckProject': () => import('@/views/check/checkproject/SpotCheckProject'),
|
|
|
'SpotCheckPlan': () => import('@/views/check/checkplan/SpotCheckPlan'),
|
|
|
- 'SpotCheckJobOverTime': () => import('@/views/check/checkjob/SpotCheckJob'),
|
|
|
- 'SpotCheckJob': () => import('@/views/check/checkjob/SpotCheckJobOverTime'),
|
|
|
+ 'SpotCheckJobOverTime': () => import('@/views/check/checkjob/SpotCheckJobOverTime'),
|
|
|
+ 'SpotCheckJob': () => import('@/views/check/checkjob/SpotCheckJob'),
|
|
|
'SpotCheckJobFinish': () => import('@/views/check/checkjob/SpotCheckJobFinish'),
|
|
|
// 保养
|
|
|
'PollingCheckStandard': () => import('@/views/check/checkstandard/PollingCheckStandard'),
|