From b46bc2dba51a3885a68e4c58316b41a31ea16bb2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 二月 2023 13:35:03 +0800
Subject: [PATCH] 1.存货档案修改
---
src/router/index.js | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 51b5067..16e61df 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -115,6 +115,12 @@
// code: '1011',
// component: () => import('@/views/gantt_back/gantt_back'),
// meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
+ // }, {
+ // path: 'zdpc2',
+ // name: 'YYQDCancel',
+ // code: '1012',
+ // component: () => import('@/views/gantt_back/zdpc2'),
+ // meta: { code: '1012', title: '鑷姩鎺掔▼2', icon: '', keepAlive: true }
// }]
// },
{
@@ -123,7 +129,7 @@
redirect: '/jcsz/zzjg',
name: '鍩虹璁剧疆',
code: '1001',
- meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
+ meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree2' },
alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
children: [
{
@@ -242,6 +248,13 @@
code: '1029',
component: () => import('@/views/sbgl/wxjl'),
meta: { code: '1029', title: '璁惧缁翠慨璁板綍', icon: '', keepAlive: true }
+ },
+ {
+ path: 'swsqjl',
+ name: 'WXSQJLCancel',
+ code: '1019',
+ component: () => import('@/views/sbgl/swsqjl'),
+ meta: { code: '1019', title: '璁惧鐢宠缁翠慨璁板綍', icon: '', keepAlive: true }
}
]
},
@@ -641,7 +654,7 @@
redirect: '/cggl/cgdd',
name: '閲囪喘绠$悊',
code: '1000',
- meta: { code: '1000', title: '閲囪喘绠$悊', icon: 'xtsz' },
+ meta: { code: '1000', title: '閲囪喘绠$悊', icon: 'cggl' },
alwaysShow: true,
children: [
{
@@ -650,7 +663,7 @@
code: '1201',
component: () => import('@/views/cggl/cgdd'),
meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
- },
+ }
]
}
]
--
Gitblit v1.9.3