菜单调整

master
leo 3 years ago
parent c7b5e7e178
commit dc31b23912

@ -55,7 +55,42 @@ export default [
meta: { title: '我参与的', icon: "" },
}
]
}, {
},
{
path: '/materia',
component: BaseLayout,
meta: { title: '物料路线' },
children: [
{
path: '/materia/all',
component: () => import('../../views/materia/all.vue'),
meta: { title: '物料记录', icon: "" },
},
{
path: '/materia/route',
component: () => import('../../views/materia/route.vue'),
meta: { title: '物料事项', icon: "" },
}
]
},
{
path: '/half',
component: BaseLayout,
meta: { title: '试验号变更' },
children: [
{
path: '/half/half',
component: () => import('../../views/half/half.vue'),
meta: { title: '试验号路线', icon: "" },
},
{
path: '/half/route',
component: () => import('../../views/half/route.vue'),
meta: { title: '试验号事项', icon: "" },
}
]
},
{
path: '/order',
component: BaseLayout,
meta: { title: '清单管理' },
@ -114,40 +149,6 @@ export default [
}
]
},
{
path: '/materia',
component: BaseLayout,
meta: { title: '物料路线' },
children: [
{
path: '/materia/all',
component: () => import('../../views/materia/all.vue'),
meta: { title: '物料记录', icon: "" },
},
{
path: '/materia/route',
component: () => import('../../views/materia/route.vue'),
meta: { title: '物料事项', icon: "" },
}
]
},
{
path: '/half',
component: BaseLayout,
meta: { title: '半成品实验号变更' },
children: [
{
path: '/half/half',
component: () => import('../../views/half/half.vue'),
meta: { title: '配方变更', icon: "" },
},
{
path: '/half/route',
component: () => import('../../views/half/route.vue'),
meta: { title: '半成品变更事项', icon: "" },
}
]
},
{
path: '/log/log',
component: BaseLayout,

Loading…
Cancel
Save