diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 6a4f1b3dd..8d170f76b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1416,6 +1416,12 @@ module.exports = { confirmToAcceptTheTask:'Confirm to accept the task ?', confirmRejectTask:'Confirm Reject Task ?', onlyDataStatusConfirmedSelected:'Only data with process status of task to be confirmed can be selected', + onlyDataStatusSubmittedCanBeSelected:'Only data with process status of result to be submitted can be selected', operationWithoutPermission:'Operation without permission', data:"'s data", + confirmApproval:'Confirm approval?', + confirmReturnForApproval:'Confirm return for approval ?', + onlyDataStatusResultReviewedCanBeSelected:'Only data with process status of result to be reviewed can be selected', + confirmResetProcess:'Confirm reset process?', + confirmUrging:'Confirm urging ?', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index c502ea0bc..a26417b59 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1515,8 +1515,14 @@ module.exports = { confirmToAcceptTheTask:'确认接受任务?', confirmRejectTask:'确认拒绝任务?', onlyDataStatusConfirmedSelected:'只能选择流程状态为任务待确认的数据', + onlyDataStatusSubmittedCanBeSelected:'只能选择流程状态为结果待提交的数据', operationWithoutPermission:'没有权限操作', data:"的数据", compliancereport:'生成合规报告', todocenter:'待办中心', + confirmApproval:'确认通过审批?', + confirmReturnForApproval:'确认退回审批?', + onlyDataStatusResultReviewedCanBeSelected:'只能选择流程状态为结果待审查的数据', + confirmResetProcess:'确认重置流程?', + confirmUrging:'确认催办', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 679860396..79d57cdc5 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -117,7 +117,7 @@