|
@@ -30,7 +30,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/workbench',
|
|
path: '/workbench',
|
|
|
name: 'workbench',
|
|
name: 'workbench',
|
|
|
- icon: 'table-lamp-229fgk5i',
|
|
|
|
|
|
|
+ icon: 'icon-chess',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/workbench',
|
|
path: '/workbench',
|
|
@@ -39,7 +39,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/workbench/dashboard',
|
|
path: '/workbench/dashboard',
|
|
|
name: 'dashboard',
|
|
name: 'dashboard',
|
|
|
- icon: 'slide',
|
|
|
|
|
|
|
+ icon: 'icon-tachometer-alt',
|
|
|
component: './workbench/Dashboard'
|
|
component: './workbench/Dashboard'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -47,7 +47,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/customer',
|
|
path: '/customer',
|
|
|
name: 'customer',
|
|
name: 'customer',
|
|
|
- icon: 'address-book',
|
|
|
|
|
|
|
+ icon: 'icon-address-book-o',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/customer',
|
|
path: '/customer',
|
|
@@ -57,27 +57,27 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/customer/contact',
|
|
path: '/customer/contact',
|
|
|
name: 'contact',
|
|
name: 'contact',
|
|
|
- icon: 'user-business',
|
|
|
|
|
|
|
+ icon: 'icon-address-book',
|
|
|
component: './customer/Contact',
|
|
component: './customer/Contact',
|
|
|
authority: ['admin', 'client_access']
|
|
authority: ['admin', 'client_access']
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/company',
|
|
path: '/customer/company',
|
|
|
name: 'company',
|
|
name: 'company',
|
|
|
- icon: 'city',
|
|
|
|
|
|
|
+ icon: 'icon-building',
|
|
|
component: './customer/Company',
|
|
component: './customer/Company',
|
|
|
authority: ['admin', 'company_access']
|
|
authority: ['admin', 'company_access']
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/business',
|
|
path: '/customer/business',
|
|
|
name: 'business',
|
|
name: 'business',
|
|
|
- icon: 'finance',
|
|
|
|
|
|
|
+ icon: 'icon-usd-circle',
|
|
|
component: './customer/Business'
|
|
component: './customer/Business'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/test',
|
|
path: '/customer/test',
|
|
|
name: 'test',
|
|
name: 'test',
|
|
|
- icon: 'finance',
|
|
|
|
|
|
|
+ icon: 'icon-usd-circle',
|
|
|
component: './customer/Test'
|
|
component: './customer/Test'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|