You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

86 lines
1.8 KiB

export default [
{
path: '/app/expertManagement',
name: '专家管理',
routes: [
{
path: '/app/expertManagement/expertList',
name: '专家列表',
icon: 'expert',
},
],
roleId: ['10000000001', '10000000003'],
},
{
path: '/app/personalcenter',
name: '个人中心',
icon: 'user',
roleId: ['10000000001', '10000000002', '10000000003'],
},
{
path: '/app/serviceManagement',
name: '服务管理',
roleId: ['10000000001', '10000000003'],
routes: [
{
path: '/app/serviceManagement/serviceAccept',
name: '任务接受',
icon: 'accept',
},
{
path: '/app/serviceManagement/serviceAssign',
name: '服务指派',
icon: 'assign',
},
{
path: '/app/serviceManagement/serviceTrack',
name: '服务过程跟踪',
icon: 'track',
},
{
path: '/app/serviceManagement/serviceFirstTrial',
name: '服务初审',
icon: 'review',
},
{
path: '/app/serviceManagement/riskReview',
name: '风险管控审核',
icon: 'risk',
},
{
path: '/app/serviceManagement/hiddenDangerCheck',
name: '隐患整改审核',
icon: 'hidden',
},
{
path: '/app/serviceManagement/expenseSettlement',
name: '费用结算',
icon: 'expenseSettlement',
routes: [
{
path: '/app/serviceManagement/expenseSettlement/expenseSettlementList',
name: '费用结算列表',
},
],
},
],
},
{
path: '/app/personalTask',
name: '个人任务',
roleId: ['10000000002', '10000000003', '10000000004'],
routes: [
{
path: '/app/personalTask/serviceExecute',
name: '服务执行',
icon: 'execute',
},
],
},
{
path: '/app/report/addEntry',
name: '专家补录',
icon: 'user',
roleId: ['10000000001', '10000000002', '10000000003'],
},
];