|
@@ -264,27 +264,27 @@ export const asyncRoutes = [
|
|
|
/**
|
|
|
* monthReport 月度报告
|
|
|
*/
|
|
|
- {
|
|
|
- path: '/monthReport',
|
|
|
- redirect: '/monthReport',
|
|
|
- meta: { title: '月度报告', icon: 'monthReport', },
|
|
|
- component: Layout,
|
|
|
- children: [{
|
|
|
- meta: { title: '月度报告', icon: 'monthReport', },
|
|
|
- path: '/monthReport',
|
|
|
- component: () =>
|
|
|
- import ('@/views/monthReport/index'),
|
|
|
- hidden: true
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '月报模板', icon: 'reportModel', },
|
|
|
- path: '/reportModel',
|
|
|
- component: () =>
|
|
|
- import ('@/views/monthReport/reportModel'),
|
|
|
- hidden: true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/monthReport',
|
|
|
+ // redirect: '/monthReport',
|
|
|
+ // meta: { title: '月度报告', icon: 'monthReport', },
|
|
|
+ // component: Layout,
|
|
|
+ // children: [{
|
|
|
+ // meta: { title: '月度报告', icon: 'monthReport', },
|
|
|
+ // path: '/monthReport',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/monthReport/index'),
|
|
|
+ // hidden: true
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '月报模板', icon: 'reportModel', },
|
|
|
+ // path: '/reportModel',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/monthReport/reportModel'),
|
|
|
+ // hidden: true
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
|
|
|
|
|
|
{
|
|
@@ -309,42 +309,42 @@ export const asyncRoutes = [
|
|
|
* patrolContent 巡检内容
|
|
|
* checkEntries 检查条目
|
|
|
*/
|
|
|
- {
|
|
|
- meta: { title: '巡检管理', icon: 'patrolManage', },
|
|
|
- path: '/patrolManage',
|
|
|
- component: Layout,
|
|
|
- redirect: '/patrolManage/patrolPlan',
|
|
|
- name: 'patrolManage',
|
|
|
- children: [{
|
|
|
- meta: { title: '巡检计划', icon: 'patrolPlan' },
|
|
|
- path: 'patrolPlan',
|
|
|
- name: 'patrolPlan',
|
|
|
- component: () =>
|
|
|
- import ('@/views/patrolManage/patrolPlan/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '巡检记录', icon: 'patrolRecord' },
|
|
|
- path: 'patrolRecord',
|
|
|
- name: 'patrolRecord',
|
|
|
- component: () =>
|
|
|
- import ('@/views/patrolManage/patrolRecord/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '巡检内容', icon: '巡检内容' },
|
|
|
- path: 'patrolContent',
|
|
|
- name: 'patrolContent',
|
|
|
- component: () =>
|
|
|
- import ('@/views/patrolManage/patrolContent/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '检查条目', icon: '检查条目' },
|
|
|
- path: 'checkEntries',
|
|
|
- name: 'checkEntries',
|
|
|
- component: () =>
|
|
|
- import ('@/views/patrolManage/checkEntries/index.vue'),
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // meta: { title: '巡检管理', icon: 'patrolManage', },
|
|
|
+ // path: '/patrolManage',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: '/patrolManage/patrolPlan',
|
|
|
+ // name: 'patrolManage',
|
|
|
+ // children: [{
|
|
|
+ // meta: { title: '巡检计划', icon: 'patrolPlan' },
|
|
|
+ // path: 'patrolPlan',
|
|
|
+ // name: 'patrolPlan',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/patrolManage/patrolPlan/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '巡检记录', icon: 'patrolRecord' },
|
|
|
+ // path: 'patrolRecord',
|
|
|
+ // name: 'patrolRecord',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/patrolManage/patrolRecord/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '巡检内容', icon: '巡检内容' },
|
|
|
+ // path: 'patrolContent',
|
|
|
+ // name: 'patrolContent',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/patrolManage/patrolContent/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '检查条目', icon: '检查条目' },
|
|
|
+ // path: 'checkEntries',
|
|
|
+ // name: 'checkEntries',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/patrolManage/checkEntries/index.vue'),
|
|
|
+ // },
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -355,45 +355,45 @@ export const asyncRoutes = [
|
|
|
* operStatistics 运维统计
|
|
|
* workStatistics 工作量统计
|
|
|
*/
|
|
|
- {
|
|
|
- meta: { title: '运维管理', icon: 'operManage', },
|
|
|
- path: '/operManage',
|
|
|
- component: Layout,
|
|
|
- redirect: '/operManage/siteAchives',
|
|
|
- name: 'operManage',
|
|
|
- children: [{
|
|
|
- meta: { title: '现场档案', icon: 'siteAchives', },
|
|
|
- path: 'siteAchives',
|
|
|
- component: () =>
|
|
|
- import ('@/views/operManage/siteAchives/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '缺陷管理', icon: 'defectManage', },
|
|
|
- path: 'defectManage',
|
|
|
- component: () =>
|
|
|
- import ('@/views/operManage/defectManage/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '工单管理', icon: 'workManage', },
|
|
|
- path: 'workManage',
|
|
|
- component: () =>
|
|
|
- import ('@/views/operManage/workManage/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '运维统计', icon: 'operStatistics', },
|
|
|
- path: 'operStatistics',
|
|
|
- component: () =>
|
|
|
- import ('@/views/operManage/operStatistics/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- meta: { title: '工作量统计', icon: 'workStatistics', },
|
|
|
- path: 'workStatistics',
|
|
|
- component: () =>
|
|
|
- import ('@/views/operManage/workStatistics/index.vue'),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // meta: { title: '运维管理', icon: 'operManage', },
|
|
|
+ // path: '/operManage',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: '/operManage/siteAchives',
|
|
|
+ // name: 'operManage',
|
|
|
+ // children: [{
|
|
|
+ // meta: { title: '现场档案', icon: 'siteAchives', },
|
|
|
+ // path: 'siteAchives',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/operManage/siteAchives/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '缺陷管理', icon: 'defectManage', },
|
|
|
+ // path: 'defectManage',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/operManage/defectManage/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '工单管理', icon: 'workManage', },
|
|
|
+ // path: 'workManage',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/operManage/workManage/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '运维统计', icon: 'operStatistics', },
|
|
|
+ // path: 'operStatistics',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/operManage/operStatistics/index.vue'),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // meta: { title: '工作量统计', icon: 'workStatistics', },
|
|
|
+ // path: 'workStatistics',
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/operManage/workStatistics/index.vue'),
|
|
|
+ // },
|
|
|
|
|
|
- ]
|
|
|
- },
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
|
|
|
/**
|
|
|
* systemManage 系统管理
|