From 32e16982075e74a243b7a5cac79e56c6eed634de Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Wed, 20 Jul 2022 14:26:07 +0800
Subject: [PATCH] 添加巡检点管理页面
---
src/router/route.ts | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index a761c86..f08f8f9 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -243,14 +243,6 @@
},
},
{
- path: '/inspectionTaskSys',
- name: 'inspectionTaskSys',
- component: () => import('/@/views/IntelligentXjSys/inspectionTaskSys/index.vue'),
- meta: {
- title: '巡检任务管理'
- },
- },
- {
path: '/workingHours',
name: 'workingHours',
component: () => import('/@/views/basicRightsManagement/personnelShiftManagement/workingHours/index.vue'),
@@ -289,5 +281,21 @@
meta: {
title: '排班方案管理'
},
+ },
+ {
+ path: '/inspectionTask',
+ name: 'inspectionTask',
+ component: () => import('/@/views/IntelligentXjSys/inspectionTaskManagement/inspectionTask/index.vue'),
+ meta: {
+ title: '巡检任务'
+ },
+ },
+ {
+ path: '/inspectionManagement',
+ name: 'inspectionManagement',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/inspectionManagement/index.vue'),
+ meta: {
+ title: '巡检点管理'
+ },
}
];
--
Gitblit v1.9.2