|
|
@@ -723,10 +723,10 @@ export const constantRouterMap = [
|
|
|
component: _import('bonus/other-period-bonus'),
|
|
|
name: 'bonus_other-period-bonus',
|
|
|
meta: {
|
|
|
- title: 'Previous bonuses',//往期奖金
|
|
|
+ title: 'Member bonus', // 往期奖金
|
|
|
breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Bonus management', path: '/bonus/period'},//奖金管理
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
|
|
|
+ {title: 'Bonus management', path: '/bonus/period'}, // 奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -735,10 +735,10 @@ export const constantRouterMap = [
|
|
|
component: _import('bonus/flow-bonus'),
|
|
|
name: 'bonus_flow-bonus',
|
|
|
meta: {
|
|
|
- title: 'Bonus flow',//奖金流水
|
|
|
+ title: 'Bonus flow', // 奖金流水
|
|
|
breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Bonus management', path: '/bonus/period'},//奖金管理
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
|
|
|
+ {title: 'Bonus management', path: '/bonus/period'}, // 奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|