完善商品退货管理
This commit is contained in:
@@ -65,9 +65,24 @@ export const constantRoutes = [
|
||||
title: '销售订单管理',
|
||||
noCache: true
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/merchandiseReturn',
|
||||
component: Layout,
|
||||
redirect: '/merchandiseReturn',
|
||||
meta: {
|
||||
title: '商品退货管理'
|
||||
},
|
||||
|
||||
]
|
||||
children: [{
|
||||
path: '/merchandiseReturn/merchandiseReturn',
|
||||
component: () => import('@/views/merchandiseReturn/merchandiseReturn'),
|
||||
name: 'MerchandiseReturn',
|
||||
meta: {
|
||||
title: '商品退货管理',
|
||||
noCache: true
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/purchase',
|
||||
|
||||
Reference in New Issue
Block a user