导航图标

dev
yujialong 4 years ago
parent 76b55f786a
commit 8de30231c5
  1. 10
      src/components/Sidebar.vue

@ -56,17 +56,17 @@ export default {
return { return {
items: [ items: [
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-school',
index: 'customer', index: 'customer',
title: '客户管理' title: '客户管理'
}, },
{ {
icon: 'el-icon-lx-cascades', icon: 'el-icon-user',
index: 'user', index: 'user',
title: '用户管理' title: '用户管理'
}, },
{ {
icon: 'el-icon-lx-copy', icon: 'el-icon-shopping-bag-2',
index: 'order', index: 'order',
title: '订单管理' title: '订单管理'
}, },
@ -76,12 +76,12 @@ export default {
// title: '' // title: ''
// }, // },
{ {
icon: 'el-icon-lx-emoji', icon: 'el-icon-document-checked',
index: 'curriculum', index: 'curriculum',
title: '课程管理' title: '课程管理'
}, },
{ {
icon: 'el-icon-lx-emoji', icon: 'el-icon-notebook-2',
index: 'data', index: 'data',
title: '数据管理' title: '数据管理'
} }

Loading…
Cancel
Save