法规清单-撤回不符合的数据进行提示;

法规清单-法规工程师-不填写符合性流程的提示语
This commit is contained in:
范强强
2023-03-27 15:55:31 +08:00
parent 4ed528db12
commit 276fb7dd70
4 changed files with 57 additions and 28 deletions
+1
View File
@@ -1720,4 +1720,5 @@ module.exports = {
format:'It supports doc/docx/pdf format and is less than 50M in size',
cantTransferToYourself:"Can't transfer to yourself",
theDataYouInitiate:'The data you selected does not meet the process initiation criteria. Please recheck and initiate',
dataWithProcessReleasedCannotBeReset:'Data with a process status of list to be released cannot be reset',
}
+1
View File
@@ -1822,4 +1822,5 @@ module.exports = {
format:'支持doc/docx/pdf格式,大小50M以内',
cantTransferToYourself:"不能转办给自己",
theDataYouInitiate:'您所选的数据均不符合流程发起条件请重新检查后发起',
dataWithProcessReleasedCannotBeReset:'流程状态为清单待发布的数据不能被重置',
}