标签管理

This commit is contained in:
caoyang
2022-03-07 15:15:23 +08:00
parent f29e33bc95
commit 3a07e28dcf
6 changed files with 51 additions and 6 deletions
+19
View File
@@ -469,4 +469,23 @@ module.exports = {
sentProcess: 'Sent process',
monitoringProcess: 'Monitoring process',
ConfirmDeployment:'Confirm deployment',
terminationProcess:'termination process',
issue:'issue',
projectInformation:'project information',
standardContent:'standard content',
complianceReview:'compliance review',
reviewResults:'review results',
selectReviewResult:'Please select the review result',
feedback:'feedback',
approvalHistory:'cpproval history',
cannotExceed500characters:'cannot exceed 500 characters',
accord:'conformity',
nonConformity:'non conformity',
Tracked:'to be tracked',
notInvolved:'Not involved',
Operator:'operator',
role:'role',
operationContent:'operation content',
operationTime:'operation time',
}
+20
View File
@@ -467,6 +467,26 @@ module.exports = {
OnlyOneSelected:'只能选择一条数据',
OnlyPDF:'只能导入pdf文件',
open:'展开',
away:'收起',
terminationProcess:'终止流程',
issue:'下发',
projectInformation:'项目信息',
standardContent:'标准内容',
complianceReview:'符合性审查',
reviewResults:'审查结果',
selectReviewResult:'请选择审查结果',
feedback:'反馈意见',
approvalHistory:'审批历史',
cannotExceed500characters:'不能超过500个字符',
accord:'符合',
nonConformity:'不符合',
Tracked:'待追踪',
notInvolved:'不涉及',
Operator:'操作人',
role:'角色',
operationContent:'操作内容',
operationTime:'操作时间',
away:'收起',
toDoProcess: '待办流程',
processDone: '已办流程',