From 29d9bdd91b75a4dfbecfc368aefd8ed0155481d5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 11 五月 2024 12:04:07 +0800
Subject: [PATCH] 1.生产排单日期类型多选实现

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

diff --git a/src/router/index.js b/src/router/index.js
index b9690ec..1e58a22 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -546,6 +546,13 @@
         code: '0706',
         component: () => import('@/views/statistic/repairDetailList'),
         meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      },,
+      {
+        path: 'installationLampList',
+        name: 'installationLampListCancel',
+        code: '0707',
+        component: () => import('@/views/statistic/installationLampList'),
+        meta: { code: '0707', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
       }
 
     ]

--
Gitblit v1.9.3