d4a6b78f
wuxw
OA 中考勤功能开发完成
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export const messages = {
en: {
newOaWorkflowManage: {
noPublishedFlow: 'You have not published any workflows, please publish them in the workflow instances first',
flowNotDeployed: 'Workflow is not deployed'
}
},
zh: {
newOaWorkflowManage: {
noPublishedFlow: '您还没有发布流程,请先到流程实例中发布流程',
flowNotDeployed: '流程未部署'
}
}
}
|