|
@@ -147,7 +147,7 @@ export const allRouters = [//组织架构
|
|
|
{ path: '/daily', component: daily, name: '工时报告' },
|
|
|
],
|
|
|
// 其他信息
|
|
|
- meta: { text: 'reports' }
|
|
|
+ meta: { text: 'navigation.reports' }
|
|
|
},
|
|
|
// {
|
|
|
// path: '/',
|
|
@@ -259,7 +259,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/task', component: tasks, name: '待办任务' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.financialAccountingCost' }
|
|
|
},
|
|
|
//项目管理
|
|
|
{
|
|
@@ -270,7 +272,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/list', component: list, name: '项目管理' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.projectManagement' }
|
|
|
},
|
|
|
|
|
|
|
|
@@ -282,7 +286,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/corpreport', component: corpReport, name: '项目报表服务' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.projectReportingService' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -292,7 +298,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/leave', component: leave, name: '请假管理' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.askForLeaveManagement' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -302,7 +310,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/awayOffice', component: awayOffice, name: '出差管理' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.askForLeaveManagement' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -312,7 +322,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/customer', component: customer, name: '客户管理' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.customerManagement' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -322,7 +334,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/profession', component: profession, name: '工程专业管理' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.engineeringProfessionalManagement' }
|
|
|
},
|
|
|
// 费用报销模块
|
|
|
{
|
|
@@ -333,7 +347,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,
|
|
|
children: [
|
|
|
{ path: '/expense', component: expense, name: '费用报销' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.reimbursement' }
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -344,7 +360,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,//只有一个节点
|
|
|
children: [
|
|
|
{ path: '/centerManage', component: centerManage, name: '研究中心管理' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.researchCenterManagement' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -354,7 +372,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,//只有一个节点
|
|
|
children: [
|
|
|
{ path: '/provider', component: provider, name: '供应商管理' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.supplierManagement' }
|
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
@@ -364,7 +384,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,//只有一个节点
|
|
|
children: [
|
|
|
{ path: '/team', component: team, name: '组织架构' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.organizationalStructure' }
|
|
|
},
|
|
|
{
|
|
|
|
|
@@ -375,7 +397,9 @@ export const allRouters = [//组织架构
|
|
|
leaf: true,//只有一个节点
|
|
|
children: [
|
|
|
{ path: '/workflow', component: workflow, name: '审批流设置' },
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.approvalFlowSettings' }
|
|
|
},
|
|
|
//设置时间类型
|
|
|
// {
|
|
@@ -409,7 +433,9 @@ export const allRouters = [//组织架构
|
|
|
children: [
|
|
|
{ path: '/timetype', component: timetype, name: '系统基础设置', iconCls: 'iconfont firerock-iconxitong-'},
|
|
|
{ path: '/role', component: quanx, name: '角色权限管理', iconCls: 'iconfont firerock-iconquanxian1' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ // 其他信息
|
|
|
+ meta: { text: 'navigation.basicDataManagemen' }
|
|
|
},
|
|
|
{
|
|
|
path: '/404',
|