|
|
@@ -436,18 +436,18 @@ export const constantRouterMap = [
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: '/user/dec-level-list',
|
|
|
- component: _import('user/dec-level-list'),
|
|
|
- name: 'user_dec-level-list',
|
|
|
- meta: {
|
|
|
- title: 'Member level adjustment list',//会员级别调整列表
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Member management', path: '/user/index'},//会员管理
|
|
|
- ],
|
|
|
- },
|
|
|
- },
|
|
|
+ {
|
|
|
+ path: '/user/dec-level-list',
|
|
|
+ component: _import('user/dec-level-list'),
|
|
|
+ name: 'user_dec-level-list',
|
|
|
+ meta: {
|
|
|
+ title: 'Member level adjustment list',//会员级别调整列表
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
+ {title: 'Member management', path: '/user/index'},//会员管理
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
path: '/user/change-user-dec-level',
|
|
|
component: _import('user/change-user-dec-level'),
|
|
|
@@ -508,10 +508,10 @@ export const constantRouterMap = [
|
|
|
component: _import('atlas/relation-opt'),
|
|
|
name: 'atlas_relation-opt',
|
|
|
meta: {
|
|
|
- title: 'Expand network',//开拓网络
|
|
|
+ title: 'Sponor network', // 开拓网络
|
|
|
breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Network Atlas', path: '/atlas/relation-opt'},//网络图谱
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
|
|
|
+ {title: 'Network Atlas', path: '/atlas/relation-opt'}, // 网络图谱
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -520,10 +520,10 @@ export const constantRouterMap = [
|
|
|
component: _import('atlas/network-opt'),
|
|
|
name: 'atlas_network-opt',
|
|
|
meta: {
|
|
|
- title: 'Resettlement network',//安置网络
|
|
|
+ title: 'Placement network', // 安置网络
|
|
|
breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Network Atlas', path: '/atlas/relation-opt'},//网络图谱
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
|
|
|
+ {title: 'Network Atlas', path: '/atlas/relation-opt'}, // 网络图谱
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -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'}, // 奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -961,76 +961,76 @@ export const constantRouterMap = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-down-yj',
|
|
|
- component: _import('bonus/trace-down-yj'),
|
|
|
- name: 'bonus_trace-down-yj',
|
|
|
- meta: {
|
|
|
- title: '业绩奖向下追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-down-yj',
|
|
|
+ component: _import('bonus/trace-down-yj'),
|
|
|
+ name: 'bonus_trace-down-yj',
|
|
|
+ meta: {
|
|
|
+ title: '业绩奖向下追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-up-yj',
|
|
|
- component: _import('bonus/trace-up-yj'),
|
|
|
- name: 'bonus_trace-up-yj',
|
|
|
- meta: {
|
|
|
- title: '业绩奖向上追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-up-yj',
|
|
|
+ component: _import('bonus/trace-up-yj'),
|
|
|
+ name: 'bonus_trace-up-yj',
|
|
|
+ meta: {
|
|
|
+ title: '业绩奖向上追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-down-gx',
|
|
|
- component: _import('bonus/trace-down-gx'),
|
|
|
- name: 'bonus_trace-down-gx',
|
|
|
- meta: {
|
|
|
- title: '共享奖向下追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-down-gx',
|
|
|
+ component: _import('bonus/trace-down-gx'),
|
|
|
+ name: 'bonus_trace-down-gx',
|
|
|
+ meta: {
|
|
|
+ title: '共享奖向下追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-up-gx',
|
|
|
- component: _import('bonus/trace-up-gx'),
|
|
|
- name: 'bonus_trace-up-gx',
|
|
|
- meta: {
|
|
|
- title: '共享奖向上追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-up-gx',
|
|
|
+ component: _import('bonus/trace-up-gx'),
|
|
|
+ name: 'bonus_trace-up-gx',
|
|
|
+ meta: {
|
|
|
+ title: '共享奖向上追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-down-gl',
|
|
|
- component: _import('bonus/trace-down-gl'),
|
|
|
- name: 'bonus_trace-down-gl',
|
|
|
- meta: {
|
|
|
- title: '管理奖向下追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-down-gl',
|
|
|
+ component: _import('bonus/trace-down-gl'),
|
|
|
+ name: 'bonus_trace-down-gl',
|
|
|
+ meta: {
|
|
|
+ title: '管理奖向下追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/trace-up-gl',
|
|
|
- component: _import('bonus/trace-up-gl'),
|
|
|
- name: 'bonus_trace-up-gl',
|
|
|
- meta: {
|
|
|
- title: '管理奖向上追溯',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/period'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/trace-up-gl',
|
|
|
+ component: _import('bonus/trace-up-gl'),
|
|
|
+ name: 'bonus_trace-up-gl',
|
|
|
+ meta: {
|
|
|
+ title: '管理奖向上追溯',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '奖金管理', path: '/bonus/period'},
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/bonus/trace-down-fx',
|
|
|
@@ -1109,24 +1109,24 @@ export const constantRouterMap = [
|
|
|
component: _import('bonus/perf-period-list'),
|
|
|
name: 'bonus_perf-period-list',
|
|
|
meta: {
|
|
|
- title: 'Interim performance',//期业绩
|
|
|
+ title: 'Period performance', // 期业绩
|
|
|
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'}, // 奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path: '/bonus/perf-month',
|
|
|
- component: _import('bonus/perf-month'),
|
|
|
- name: 'bonus_perf-month',
|
|
|
- meta: {
|
|
|
- title: 'Monthly performance',//月业绩
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},//Dashboard
|
|
|
- {title: 'Bonus management', path: '/bonus/period'},//奖金管理
|
|
|
- ],
|
|
|
- },
|
|
|
+ path: '/bonus/perf-month',
|
|
|
+ component: _import('bonus/perf-month'),
|
|
|
+ name: 'bonus_perf-month',
|
|
|
+ meta: {
|
|
|
+ title: 'Monthly performance', // 月业绩
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
|
|
|
+ {title: 'Bonus management', path: '/bonus/period'}, // 奖金管理
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: '/bonus/perf-standard',
|
|
|
@@ -1181,10 +1181,10 @@ export const constantRouterMap = [
|
|
|
component: _import('bonus/user-perf'),
|
|
|
name: 'leo-user-perf-table',
|
|
|
meta: {
|
|
|
- title: 'User performance',//用户业绩
|
|
|
+ title: 'Member performance', // 用户业绩
|
|
|
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'}, // 奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -1367,30 +1367,30 @@ export const constantRouterMap = [
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: '/finance/recharge',
|
|
|
- component: _import('finance/recharge'),
|
|
|
- name: 'finance_recharge',
|
|
|
- meta: {
|
|
|
- title: '充值管理',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/balance-audit-list'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ {
|
|
|
+ path: '/finance/recharge',
|
|
|
+ component: _import('finance/recharge'),
|
|
|
+ name: 'finance_recharge',
|
|
|
+ meta: {
|
|
|
+ title: '充值管理',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '财务管理', path: '/finance/balance-audit-list'},
|
|
|
+ ],
|
|
|
},
|
|
|
- {
|
|
|
- path: '/finance/recharge-status',
|
|
|
- component: _import('finance/recharge-status'),
|
|
|
- name: 'finance_recharge-status',
|
|
|
- meta: {
|
|
|
- title: '状态管理',
|
|
|
- breadcrumb: [
|
|
|
- {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/balance-audit-list'},
|
|
|
- ],
|
|
|
- },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/finance/recharge-status',
|
|
|
+ component: _import('finance/recharge-status'),
|
|
|
+ name: 'finance_recharge-status',
|
|
|
+ meta: {
|
|
|
+ title: '状态管理',
|
|
|
+ breadcrumb: [
|
|
|
+ {title: 'Dashboard', path: '/dashboard/index'},
|
|
|
+ {title: '财务管理', path: '/finance/balance-audit-list'},
|
|
|
+ ],
|
|
|
},
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|