From 3af162a51cb1399697bd0a4e28dd0888c495b275 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 25 十月 2023 11:26:48 +0800
Subject: [PATCH] 1.模具点检记录 保养记录 维修记录 100%
---
src/router/index.js | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index f2ff21a..47cf7dd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -502,6 +502,38 @@
code: '1043',
component: () => import('@/views/statistic/inProcessList'),
meta: { code: '1043', title: '鍦ㄥ埗鍒楄〃', icon: '', keepAlive: true }
+ },
+ {
+ path: 'groupSalaryList',
+ name: 'groupSalaryListCancel',
+ code: '0702',
+ component: () => import('@/views/statistic/groupSalaryList'),
+ meta: { code: '0702', title: '鐝粍宸ヨ祫缁熻鎶ヨ〃', icon: '', keepAlive: true }
+ },
+ {
+ path: 'personSalaryList',
+ name: 'personSalaryListCancel',
+ code: '0703',
+ component: () => import('@/views/statistic/personSalaryList'),
+ meta: { code: '0703', title: '浜哄憳宸ヨ祫缁熻鎶ヨ〃', icon: '', keepAlive: true }
+ }, {
+ path: 'subcontractingOperation',
+ name: 'subcontractingOperationCancel',
+ code: '0704',
+ component: () => import('@/views/statistic/subcontractingOperation'),
+ meta: { code: '0704', title: '濮斿宸ュ簭鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+ }, {
+ path: 'defectDetailList',
+ name: 'defectDetailListCancel',
+ code: '0705',
+ component: () => import('@/views/statistic/defectDetailList'),
+ meta: { code: '0705', title: '涓嶈壇鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+ }, {
+ path: 'repairDetailList',
+ name: 'repairDetailListCancel',
+ code: '0706',
+ component: () => import('@/views/statistic/repairDetailList'),
+ meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
}
]
--
Gitblit v1.9.3