|
@@ -26,7 +26,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/workbench',
|
|
path: '/workbench',
|
|
|
name: 'workbench',
|
|
name: 'workbench',
|
|
|
- icon: 'table-lamp',
|
|
|
|
|
|
|
+ icon: 'icon-chess',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/workbench',
|
|
path: '/workbench',
|
|
@@ -35,7 +35,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/workbench/dashboard',
|
|
path: '/workbench/dashboard',
|
|
|
name: 'workbench',
|
|
name: 'workbench',
|
|
|
- icon: 'list',
|
|
|
|
|
|
|
+ icon: 'icon-clipboardcheck',
|
|
|
component: './workbench/Dashboard'
|
|
component: './workbench/Dashboard'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -43,7 +43,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',
|
|
@@ -52,27 +52,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', 'clientAccess']
|
|
authority: ['admin', 'clientAccess']
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/company',
|
|
path: '/customer/company',
|
|
|
name: 'company',
|
|
name: 'company',
|
|
|
- icon: 'city',
|
|
|
|
|
|
|
+ icon: 'icon-building',
|
|
|
component: './customer/Company',
|
|
component: './customer/Company',
|
|
|
authority: ['admin', 'companyAccess']
|
|
authority: ['admin', 'companyAccess']
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/finance',
|
|
path: '/customer/finance',
|
|
|
name: 'finance',
|
|
name: 'finance',
|
|
|
- icon: 'finance',
|
|
|
|
|
|
|
+ icon: 'icon-usd-circle',
|
|
|
component: './customer/Finance'
|
|
component: './customer/Finance'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/test',
|
|
path: '/customer/test',
|
|
|
name: 'test',
|
|
name: 'test',
|
|
|
- icon: 'alarm',
|
|
|
|
|
|
|
+ icon: 'icon-magic',
|
|
|
component: './customer/Test'
|
|
component: './customer/Test'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -80,7 +80,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/product',
|
|
path: '/product',
|
|
|
name: 'product',
|
|
name: 'product',
|
|
|
- icon: 'ad-product',
|
|
|
|
|
|
|
+ icon: 'icon-box',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product',
|
|
path: '/product',
|
|
@@ -89,7 +89,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/product/lock',
|
|
path: '/product/lock',
|
|
|
name: 'lock',
|
|
name: 'lock',
|
|
|
- icon: 'disk-one',
|
|
|
|
|
|
|
+ icon: 'icon-magic',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product/lock',
|
|
path: '/product/lock',
|
|
@@ -110,7 +110,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/product/cloud',
|
|
path: '/product/cloud',
|
|
|
name: 'cloud',
|
|
name: 'cloud',
|
|
|
- icon: 'network-drive',
|
|
|
|
|
|
|
+ icon: 'icon-cloud',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product/cloud',
|
|
path: '/product/cloud',
|
|
@@ -133,7 +133,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/staff',
|
|
path: '/staff',
|
|
|
name: 'staff',
|
|
name: 'staff',
|
|
|
- icon: 'peoples-two',
|
|
|
|
|
|
|
+ icon: 'icon-users',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/staff',
|
|
path: '/staff',
|
|
@@ -142,7 +142,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/staff/employee',
|
|
path: '/staff/employee',
|
|
|
name: 'employee',
|
|
name: 'employee',
|
|
|
- icon: 'peoples-two',
|
|
|
|
|
|
|
+ icon: 'icon-users',
|
|
|
component: './staff/Employee'
|
|
component: './staff/Employee'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|