he wei
5 天以前 3c3576d5792bfabcef84979757ee344712e71cd3
src/router/modules/statistics.js
@@ -65,6 +65,48 @@
      name: 'battCompare1',
      meta: { title: '蓄电池组对比分析2', icon: 'component', noCache: false, hidden: true }
    },
    {
      path: 'batt-compare2',
      component: () => import('@/views/statistics/battCompare2.vue'),
      name: 'battCompare2',
      meta: { title: '蓄电池组对比分析3', icon: 'component', noCache: false, hidden: true }
    },
    {
      path: 'dis-year',
      component: () => import('@/views/statistics/disYear.vue'),
      name: 'disYear',
      meta: { title: '本年度已放电', icon: 'component', noCache: false, }
    },
    {
      path: 'nodis-year',
      component: () => import('@/views/statistics/nodisYear.vue'),
      name: 'nodisYear',
      meta: { title: '本年度未放电', icon: 'component', noCache: false, }
    },
    {
      path: 'power-good',
      component: () => import('@/views/statistics/powerGood.vue'),
      name: 'powerGood',
      meta: { title: '优良电源数量统计', icon: 'component', noCache: false, }
    },
    {
      path: 'batt-good',
      component: () => import('@/views/statistics/battGood.vue'),
      name: 'battGood',
      meta: { title: '优良电池组数统计', icon: 'component', noCache: false, }
    },
    {
      path: 'batt-bad',
      component: () => import('@/views/statistics/battBad.vue'),
      name: 'battBad',
      meta: { title: '劣化电池组数统计', icon: 'component', noCache: false, }
    },
    {
      path: 'batt-damage',
      component: () => import('@/views/statistics/battDamage.vue'),
      name: 'battDamage',
      meta: { title: '损坏电池组数统计', icon: 'component', noCache: false, }
    },
  ]
};