|
@@ -1,7 +1,7 @@
|
|
|
import Layout from '@/layout/index.vue'
|
|
|
/**
|
|
|
*
|
|
|
- * FalseAlarm 有寿件管理
|
|
|
+ * LifetimeSpareParts 有寿件管理
|
|
|
* FaultDiagnosis 退化分析
|
|
|
*/
|
|
|
|
|
@@ -17,9 +17,9 @@ export default [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- name: 'FalseAlarm',
|
|
|
- path: '/qualityManage/falseAlarm',
|
|
|
- component: () => import('@/views/als/falseAlarm/index.vue'),
|
|
|
+ name: 'LifetimeSpareParts',
|
|
|
+ path: '/lifetimeSpareParts',
|
|
|
+ component: () => import('@/views/als/lifetimeSpareParts/index.vue'),
|
|
|
meta: {
|
|
|
parent: 'LifeManage',
|
|
|
title: '有寿件管理'
|
|
@@ -27,7 +27,7 @@ export default [
|
|
|
},
|
|
|
{
|
|
|
name: 'FaultDiagnosis',
|
|
|
- path: '/qualityManage/faultDiagnosis',
|
|
|
+ path: '/lifePrediction',
|
|
|
component: () => import('@/views/als/lifePrediction/index.vue'),
|
|
|
meta: {
|
|
|
parent: 'LifeManage',
|