对接握手流程

This commit is contained in:
qq787203167
2022-04-25 17:50:35 +08:00
parent 94b7ee3f3a
commit a63d4aebe1
9 changed files with 195 additions and 61 deletions
+2 -1
View File
@@ -716,5 +716,6 @@ module.exports = {
result: 'result',
opinion: 'opinion',
operationNode: 'operation node',
taskDataConfirmation: 'Please select the data whose list confirmation status is accepted and task confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty'
taskDataConfirmation: 'Please select the data whose list confirmation status is accepted and task confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty',
selectIssuer:'Select issuer',
}
+1
View File
@@ -722,4 +722,5 @@ module.exports = {
result:'结果',
opinion:'意见',
operationNode:'操作节点',
selectIssuer:'选择下发人',
}