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.
50 lines
1.7 KiB
50 lines
1.7 KiB
export default {
|
|
route: {
|
|
dashboard: '首页',
|
|
TaskCenter:'审批中心',
|
|
TaskListAssigneeToMe:'我的待执行',
|
|
TaskListAssigneeToMeCalendar:'我的日历',
|
|
TaskListAssigneeToMeClaim:'抢任务',
|
|
ProcinstParamesExecutionSetRoute:'审批详情',
|
|
ProcinstParamesStartSetRoute:'发起审批填单',
|
|
|
|
TaskMng:'所有审批',
|
|
|
|
flowCenter:'审批管控',
|
|
ExecutionMngForFormData:'表单流程',
|
|
ProcdefListForStart:'发起流程',
|
|
ProcdefListForFormDataStart:'智能表单发起流程',//智能表单专用
|
|
ProcdefListForBizStart:'业务发起流程',//由业务功能发起流程专用
|
|
ExecutionListMyMonitors:'我监控的流程',
|
|
ExecutionListMyStart:'我发起的流程',
|
|
ExecutionListMyPartake:'我参与的流程',
|
|
ExecutionListMySponsors:'我主办的流程',
|
|
ExecutionListMySponsorsCalendar:'我的日历流程',
|
|
|
|
ExecutionListAll:'全部流程',
|
|
ExecutionMng:'流程激活/挂起',
|
|
ExecutionListArchive:'流程归档',
|
|
|
|
procinstFlowCenter: '历史审批',
|
|
|
|
ProcinstListAll:'全部历史流程',
|
|
ProcinstMng:'历史流程管理',
|
|
ProcinstListMyStart:'我发起的流程',
|
|
ProcinstListMyPartake:'我参与的流程',
|
|
ProcinstListMyMonitors:'我监控的流程',
|
|
ProcinstListMySponsors:'我主办的流程',
|
|
|
|
|
|
|
|
modelCenter:'审批模型',
|
|
workflowModelIndex:'工作流流程开发工作台',
|
|
workflowEditorIndex:'在线模型编辑器',
|
|
ModelMng:'在线模型发布',
|
|
DeploymentMng:'发布包管理',
|
|
ProcdefSuspend:'模型激活/挂起',
|
|
ProcdefListForParames:'模型设置',
|
|
|
|
bizCenter:'业务模型',
|
|
BizModelMng:'业务模型关联管理',
|
|
}
|
|
}
|