添加工作流

This commit is contained in:
qq787203167
2022-03-07 15:10:40 +08:00
parent 709ae56014
commit f29e33bc95
11 changed files with 1545 additions and 3 deletions
+5
View File
@@ -464,4 +464,9 @@ module.exports = {
OnlyPDF:'Only PDF files can be imported',
open:'open',
away:'away',
toDoProcess: 'To Do List',
processDone: 'Process done',
sentProcess: 'Sent process',
monitoringProcess: 'Monitoring process',
ConfirmDeployment:'Confirm deployment',
}
+6 -1
View File
@@ -467,5 +467,10 @@ module.exports = {
OnlyOneSelected:'只能选择一条数据',
OnlyPDF:'只能导入pdf文件',
open:'展开',
away:'收起'
away:'收起',
toDoProcess: '待办流程',
processDone: '已办流程',
sentProcess: '已发流程',
monitoringProcess: '监控流程',
ConfirmDeployment:'确认部署',
}