|
|
@@ -212,18 +212,29 @@ export default [
|
|
|
validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
- path: 'customer-additions',
|
|
|
- name: 'customer-additions',
|
|
|
- component: './Statistic/Product/CustomerAdditions',
|
|
|
- access: 'authRouteFilter'
|
|
|
- },
|
|
|
- {
|
|
|
path: 'invoice-receivables',
|
|
|
name: 'invoice-receivables',
|
|
|
component: './Statistic/Product/InvoiceReceivables',
|
|
|
access: 'authRouteFilter'
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'customer',
|
|
|
+ name: 'customer',
|
|
|
+ icon: 'icon-address-book',
|
|
|
+ routes: [
|
|
|
+ {
|
|
|
+ path: '/statistic/customer',
|
|
|
+ redirect: '/statistic/customer/customer-additions'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'customer-additions',
|
|
|
+ name: 'customer-additions',
|
|
|
+ component: './Statistic/Product/CustomerAdditions',
|
|
|
+ access: 'authRouteFilter'
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|