From 55281a4c3e817b3b5f727c94c64897ae8c6128b8 Mon Sep 17 00:00:00 2001 From: wjq <2214521312@qq.com> Date: Sat, 21 Dec 2024 17:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue/src/layout/Aside.vue | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) 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'} - ] - } ] } },