diff --git a/Vue/src/layout/Aside.vue b/Vue/src/layout/Aside.vue index bba9c929..5e89fa68 100644 --- a/Vue/src/layout/Aside.vue +++ b/Vue/src/layout/Aside.vue @@ -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'} - ] - } ] } },