fix: 修复物料管理菜单空白,修正子菜单显示名称
This commit is contained in:
@ -39,11 +39,12 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
// 3. 基础信息
|
// 3. 物料管理
|
||||||
{
|
{
|
||||||
path: '/material',
|
path: '/material',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/material/index',
|
redirect: '/material/index',
|
||||||
|
meta: { title: '物料管理', icon: 'Box' },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
@ -55,7 +56,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: 'buyOdoo',
|
path: 'buyOdoo',
|
||||||
name: 'BuyOdoo',
|
name: 'BuyOdoo',
|
||||||
component: () => import('@/views/material/buyOdoo.vue'),
|
component: () => import('@/views/material/buyOdoo.vue'),
|
||||||
meta: { title: '物料管理(Odoo式)', icon: 'Grid' }
|
meta: { title: '基础信息(Odoo)', icon: 'Grid' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user