From 682651bd0d6e2e1477e5119c4e1154503262fb17 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 12 十月 2023 13:03:26 +0800
Subject: [PATCH] 1.检验项设置、质检方案、工序检验、检验记录 100%
---
src/router/index.js | 82 ++++++++++++++++++++--------------------
1 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index edb0881..9226183 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -167,10 +167,10 @@
component: () => import('@/views/basicSettings/installLampList'),
meta: { code: '0109', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
}, {
- path: 'processSList',
- name: 'processSListCancel',
+ path: 'processList',
+ name: 'processListCancel',
code: '0112',
- component: () => import('@/views/basicSettings/processSList'),
+ component: () => import('@/views/basicSettings/processList'),
meta: { code: '0112', title: '宸ュ簭璁剧疆', icon: '', keepAlive: true }
}
@@ -395,44 +395,44 @@
]
},
- // {
- // path: '/statistic',
- // component: Layout,
- // redirect: '/statistic/reportList',
- // name: '缁熻鎶ヨ〃',
- // code: '1004',
- // meta: { code: '1004', title: '缁熻鎶ヨ〃', icon: 'quality' },
- // alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
- // children: [
- // {
- // path: 'reportList',
- // name: 'reportListCancel',
- // code: '1040',
- // component: () => import('@/views/statistic/reportList'),
- // meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
- // },
- // {
- // path: 'monthReport',
- // name: 'monthReportCancel',
- // code: '1041',
- // component: () => import('@/views/statistic/monthReport'),
- // meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
- // }, {
- // path: 'workOrderProcess',
- // name: 'workOrderProcessCancel',
- // code: '1042',
- // component: () => import('@/views/statistic/workOrderProcess'),
- // meta: { code: '1042', title: '宸ュ崟杩涘害', icon: '', keepAlive: true }
- // }, {
- // path: 'inProcessList',
- // name: 'inProcessListCancel',
- // code: '1043',
- // component: () => import('@/views/statistic/inProcessList'),
- // meta: { code: '1043', title: '鍦ㄥ埗鍒楄〃', icon: '', keepAlive: true }
- // }
- //
- // ]
- // },
+ {
+ path: '/statistic',
+ component: Layout,
+ redirect: '/statistic/reportList',
+ name: '缁熻鎶ヨ〃',
+ code: '07',
+ meta: { code: '0701', title: '缁熻鎶ヨ〃', icon: 'quality' },
+ alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+ children: [
+ {
+ path: 'reportList',
+ name: 'reportListCancel',
+ code: '1040',
+ component: () => import('@/views/statistic/reportList'),
+ meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+ },
+ {
+ path: 'monthReport',
+ name: 'monthReportCancel',
+ code: '1041',
+ component: () => import('@/views/statistic/monthReport'),
+ meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
+ }, {
+ path: 'workOrderProcess',
+ name: 'workOrderProcessCancel',
+ code: '0701',
+ component: () => import('@/views/statistic/workOrderProcess'),
+ meta: { code: '0701', title: '鐢熶骇杩涘害', icon: '', keepAlive: true }
+ }, {
+ path: 'inProcessList',
+ name: 'inProcessListCancel',
+ code: '1043',
+ component: () => import('@/views/statistic/inProcessList'),
+ meta: { code: '1043', title: '鍦ㄥ埗鍒楄〃', icon: '', keepAlive: true }
+ }
+
+ ]
+ },
{
path: '/systemSetting',
--
Gitblit v1.9.3