From 1ca46431ab9faea036ec8b2ae54b20b720f7bad6 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Mon, 25 Jul 2022 18:29:48 +0800
Subject: [PATCH] 添加修改页面
---
src/router/route.ts | 56 ++++++++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 48 insertions(+), 8 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index a761c86..b3846c9 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,53 @@
meta: {
title: '排班方案管理'
},
+ },
+ {
+ path: '/inspectionTask',
+ name: 'inspectionTask',
+ component: () => import('/@/views/IntelligentXjSys/inspectionTaskManagement/index.vue'),
+ meta: {
+ title: '巡检任务'
+ },
+ },
+ {
+ path: '/rfId',
+ name: 'rfId',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/rfId/index.vue'),
+ meta: {
+ title: 'RFID管理'
+ },
+ },
+ {
+ path: '/inspection',
+ name: 'inspection',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/inspection/index.vue'),
+ meta: {
+ title: '巡检点管理'
+ },
+ },
+ {
+ path: '/indicator',
+ name: 'indicator',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/indicator/index.vue'),
+ meta: {
+ title: '巡检指标管理'
+ },
+ },
+ {
+ path: '/facilityArea',
+ name: 'facilityArea',
+ component: () => import('/@/views/IntelligentXjSys/basicDataManagement/facilityArea/index.vue'),
+ meta: {
+ title: '设施区域管理'
+ },
+ },
+ {
+ path: '/inspectionRecordManagement',
+ name: 'inspectionRecordManagement',
+ component: () => import('/@/views/IntelligentXjSys/inspectionRecordManagement/index.vue'),
+ meta: {
+ title: '巡检记录管理'
+ },
}
];
--
Gitblit v1.9.2