管理系统页面更新

master
wjq 8 months ago
parent 31bb16eeea
commit 55281a4c3e

@ -32,18 +32,18 @@ export default {
title: '基础管理',
icon: 'home',
children: [
{title: '商品管理', path: '/commodity'},
{title: '来往单位', path: '/company'},
{title: '货品管理', path: '/commodity'},
{title: '员工管理', path: '/employee'},
{title: '仓库管理', path: '/warehouse'},
{title: '合作公司', path: '/company'},
]
},
{
title: '销售管理',
title: '运单管理',
icon: 'pay-circle',
children: [
{title: '销售开票', path: '/sale/create'},
{title: '销售记录', path: '/sale/record'},
{title: '运单开票', path: '/sale/create'},
{title: '运单记录', path: '/sale/record'},
]
},
{
@ -62,14 +62,6 @@ export default {
{title: '驾驶员资料', path: '/driver'},
]
},
{
title: '图表分析',
icon: 'line-chart',
children: [
{title: '入库分析', path: '/analyze/in'},
{title: '出库分析', path: '/analyze/out'},
]
},
{
title: '系统管理',
icon: 'tool',
@ -79,14 +71,6 @@ export default {
{title: '权限列表', path: '/role'}
]
},
{
title: '日志管理',
icon: 'file',
children: [
{title: '登录日志', path: '/loginlog'},
{title: '操作日志', path: '/systemlog'}
]
}
]
}
},

Loading…
Cancel
Save