From d64a1dca101070ce7d5dcbcffc34d0efbd2da841 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 03 十一月 2023 10:46:15 +0800
Subject: [PATCH] 1.综合看板 初始化
---
src/router/index.js | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 7affa09..eb9b923 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -347,6 +347,12 @@
code: '0910',
component: () => import('@/views/mouldManager/mouldOutInRecord'),
meta: { code: '0910', title: '妯″叿鍑哄叆搴撹褰�', icon: '', keepAlive: true }
+ }, {
+ path: 'mouldCirculateRecord',
+ name: 'mouldCirculateRecordCancel',
+ code: '0911',
+ component: () => import('@/views/mouldManager/mouldCirculateRecord'),
+ meta: { code: '0911', title: '妯″叿鍊熻繕璁板綍', icon: '', keepAlive: true }
}
]
},
@@ -516,6 +522,24 @@
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