From 5f32b360c5cc299d5ce9a94b812b34703184f2d0 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期三, 12 三月 2025 16:02:09 +0800
Subject: [PATCH] 	modified:   src/api/business/reportPreparation.js 	modified:   src/views/business/reportPreparation/index.vue

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

diff --git a/src/router/index.js b/src/router/index.js
index 912bf88..b9675e1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -100,11 +100,18 @@
     permissions: ['business:order'],
     children: [
       {
-        // 閾滄潗鏂欎笅鍗�
+        // 鏂板濮旀墭鍗曢〉闈�
         path: 'addOrder',
         component: () => import('@/views/business/inspectionOrder/add'),
         name: 'addOrder',
         meta: { title: '鏂板濮旀墭鍗�', activeMenu: '/business/inspectionOrder' }
+      },
+      {
+        // 鏌ョ湅濮旀墭鍗曡鎯呴〉闈�
+        path: 'showDetails',
+        component: () => import('@/views/business/inspectionOrder/add'),
+        name: 'showDetails',
+        meta: { title: '濮旀墭鍗曡鎯�', activeMenu: '/business/inspectionOrder' }
       }
     ]
   },

--
Gitblit v1.9.3