From 35c917bafbd8853ff172542050abebfc599ecb44 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 19 四月 2023 17:00:52 +0800
Subject: [PATCH] 1.采购管理新增 多个静态页面
---
src/router/index.js | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 41b64ee..6914f66 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -651,7 +651,25 @@
name: 'arrivalNoticeListCancel',
code: '1202',
component: () => import('@/views/purchasesManager/arrivalNoticeList'),
- meta: { code: '1202', title: '鍒拌揣閫氱煡鍗�', icon: '', keepAlive: true }
+ meta: { code: '1202', title: '閲囪喘鏀惰揣鍗�', icon: '', keepAlive: true }
+ }, {
+ path: 'salesStatisticsList',
+ name: 'salesStatisticsCancel',
+ code: '1203',
+ component: () => import('@/views/purchasesManager/salesStatisticsList'),
+ meta: { code: '1203', title: '閿�鍞鍗�', icon: '', keepAlive: true }
+ }, {
+ path: 'goodsStatisticsList',
+ name: 'goodsStatisticsListCancel',
+ code: '1204',
+ component: () => import('@/views/purchasesManager/goodsStatisticsList'),
+ meta: { code: '1204', title: '閿�璐у崟', icon: '', keepAlive: true }
+ }, {
+ path: 'InventoryLedgerList',
+ name: 'InventoryLedgerListCancel',
+ code: '1205',
+ component: () => import('@/views/purchasesManager/InventoryLedgerList'),
+ meta: { code: '1205', title: '搴撳瓨鍙拌处', icon: '', keepAlive: true }
}
]
}
--
Gitblit v1.9.3