From 771f3ace0beeefdfaf118732374f41f22d570470 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 18 十一月 2025 15:02:36 +0800
Subject: [PATCH] 1.新增报工记录页面

---
 src/router/index.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index cc1eeed..a8aa4a4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -519,9 +519,9 @@
       {
         path: 'reportList',
         name: 'ReportList',
-        code: '1040',
+        code: '0700',
         component: () => import('@/views/statistic/reportList'),
-        meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+        meta: { code: '0700', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
       },
       {
         path: 'monthReport',
@@ -529,7 +529,8 @@
         code: '1041',
         component: () => import('@/views/statistic/monthReport'),
         meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
-      }, {
+      },
+      {
         path: 'workOrderProcess',
         name: 'WorkOrderProcess',
         code: '0701',
@@ -573,7 +574,7 @@
         code: '0706',
         component: () => import('@/views/statistic/repairDetailList'),
         meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-      },,
+      },
       {
         path: 'installationLampList',
         name: 'InstallationLampList',

--
Gitblit v1.9.3