From d9b15d0afd978a2a6241039bcee92a67626dc8a6 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 21 Jun 2022 18:00:18 +0800 Subject: [PATCH] [update] 54725 --- jero-web/src/common/lang/en-us.js | 9 ++++- jero-web/src/common/lang/zh-cn.js | 7 ++++ .../ParameterItemCollectionList.vue | 34 +++++++++---------- 3 files changed, 32 insertions(+), 18 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index f8ac2da66..d156de901 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -714,6 +714,12 @@ module.exports = { enclosure: 'Enclosure', // 认证 // 认证状态 + timeoperation: 'You have permission to operate this button.', + NiOnumberis: 'NiO number is', + NoOperationPermissionForthisbutton: 'No operation permission for this button', + Attentionfreeze: 'Note: after freezing, the frozen configuration content cannot be edited.', + Filledperson: 'The project contact person has not been filled in. Please fill in the project contact person before issuing and collecting.', + Datastatusis: 'Datastatusis', Dropdownradio: 'Drop down radio', Dropdownmultipleselection: 'Drop down multiple selection', a: '+', @@ -946,5 +952,6 @@ module.exports = { question: 'Question', ConfirmQuestion: 'Confirm Question', disableInput: 'Disable input', - OnlyOrTaskconfirmationOut: 'Only when the list confirmation status or task confirmation status is to be confirmed can the reminder be carried out' + OnlyOrTaskconfirmationOut: 'Only when the list confirmation status or task confirmation status is to be confirmed can the reminder be carried out', + or: 'or', } \ 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 b95f2e589..32a434bcd 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -725,6 +725,12 @@ module.exports = { enclosure: '附件', // 认证 // 认证状态 + timeoperation: '时,才有权限操作此按钮。', + NiOnumberis: 'NIO编号为', + NoOperationPermissionForthisbutton:'没有此按钮的操作权限', + Attentionfreeze: '注:冻结后该冻结配置内容不可进行编辑。', + Filledperson: '工程接口人没有填写,请填写完工程接口人再进行下发收集。', + Datastatusis: '数据状态为', Dropdownradio: '下拉单选', Dropdownmultipleselection: '下拉多选', a: '+', @@ -952,4 +958,5 @@ module.exports = { ConfirmQuestion: '确认催办?', OnlyOrTaskconfirmationOut:'只有清单确认状态或任务确认状态为待确认时才可以进行催办', disableInput:'禁止输入', + or: '或', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index e0b1a1a08..68389ff90 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -182,7 +182,7 @@
- 注:冻结后该冻结配置内容不可进行编辑。 + {{$t('Attentionfreeze')}}