From 599a565adfdb4fb04ab6a8f17fcf0995e25d8810 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 二月 2023 15:25:30 +0800
Subject: [PATCH] 1.生产开报工新增计件方式2.班组、人员计件工资报表改变

---
 src/router/index.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 1d13113..16e61df 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -115,6 +115,12 @@
   //     code: '1011',
   //     component: () => import('@/views/gantt_back/gantt_back'),
   //     meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
+  //   }, {
+  //     path: 'zdpc2',
+  //     name: 'YYQDCancel',
+  //     code: '1012',
+  //     component: () => import('@/views/gantt_back/zdpc2'),
+  //     meta: { code: '1012', title: '鑷姩鎺掔▼2', icon: '', keepAlive: true }
   //   }]
   // },
   {

--
Gitblit v1.9.3