From 760a30e1eebf61117adbae81d0bc71b37109ce4c Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Sat, 28 Feb 2026 10:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=92=E4=BA=A7=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/page/index.js | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/router/page/index.js b/src/router/page/index.js index 96837bd..3a62edd 100644 --- a/src/router/page/index.js +++ b/src/router/page/index.js @@ -93,7 +93,27 @@ export default [ { path: '/SCHEDULING_ANALYSIS', component: () => import(/* webpackChunkName: "page" */ '@/views/productionSchedulingPlan/statisticalAnalysis/index.vue'), - name: '排产统计分析', + name: '排产率统计', + meta: { + keepAlive: true, + isTab: false, + isAuth: false, + }, + }, + { + path: '/SCHEDULING_QUALIFICATION_ANALYSIS', + component: () => import(/* webpackChunkName: "page" */ '@/views/productionSchedulingPlan/statisticalAnalysis/qualificationAnalysis.vue'), + name: '资质执行统计', + meta: { + keepAlive: true, + isTab: false, + isAuth: false, + }, + }, + { + path: '/SCHEDULING_PRODUCTION_ANALYSIS', + component: () => import(/* webpackChunkName: "page" */ '@/views/productionSchedulingPlan/statisticalAnalysis/productionAnalysis.vue'), + name: '生产执行分析', meta: { keepAlive: true, isTab: false,