新建采购管理
This commit is contained in:
@@ -49,6 +49,27 @@ export const constantRoutes = [
|
||||
}]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/purchase',
|
||||
component: Layout,
|
||||
redirect: '/purchase',
|
||||
meta: {
|
||||
title: '采购管理'
|
||||
},
|
||||
children: [{
|
||||
path: '/purchaseOrder/index',
|
||||
component: () => import('@/views/purchase/purchaseOrder/index'),
|
||||
name: 'PurchaseOrder',
|
||||
meta: {
|
||||
title: '采购订单',
|
||||
noCache: true
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// path: '/baseInfo',
|
||||
// component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user