From a306b8a30765248e431aaf0f27dc55e3a182c9b5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 23 十月 2023 15:13:54 +0800
Subject: [PATCH] 1.班组工资统计100%   2.人员工资统计100%

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

diff --git a/src/router/index.js b/src/router/index.js
index f2ff21a..7affa09 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -502,6 +502,20 @@
         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 }
       }
 
     ]

--
Gitblit v1.9.3