From 7499ee62dcd548827acd54a2192fb90a9b370469 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jul 2024 18:16:01 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87442?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lang/enterpriseStandardLibrary/en.js | 44 +++---- .../lang/enterpriseStandardLibrary/zh.js | 2 +- src/components/customField/AddForm.vue | 2 +- .../standard/modules/CheckContentModal.vue | 117 ++++++------------ .../modules/EnterpriseStandardModal.vue | 49 +------- 5 files changed, 67 insertions(+), 147 deletions(-) diff --git a/src/common/lang/enterpriseStandardLibrary/en.js b/src/common/lang/enterpriseStandardLibrary/en.js index 33d5518..4e8d5ea 100644 --- a/src/common/lang/enterpriseStandardLibrary/en.js +++ b/src/common/lang/enterpriseStandardLibrary/en.js @@ -14,28 +14,28 @@ module.exports = { templateExport: 'Enterprise Standard Template', pleaseSelectLeastOneNode: 'Please select Level 2 and below system first', myCollectNotRemove: 'My collection system cannot be removed from the standard', - authorizationDepart: '授权部门', - authorizationUser: '授权人员', - maturityDate: '授权到期日期', - detailTitle: '企业标准详情页', - evaluate: '企标评价', - updateRecord: '更新记录', - submitQuestion: '提交问题', - standardResolutionSheet: '标准分解单', - nodeName: '节点名称', - subjectToClause: '章节条款', - standardContentOrRequirements: '标准内容或要求', - rectificationDepartment: '整改部门', - auditContent: '稽查内容', - disabledBatchDel: '选中数据中存在没有操作权限的数据,请重新选择', - pleaseSelectUserOrDepart: '授权部门和授权人员至少需要选择一个', - youNot: '您没有', - dataPremissReCheck: '数据权限,请重新选择', - authorizationExpirationDate: '授权到期日期', - cancelAuthor: '解除授权', - authorizationDate: '授权日期', - authorizationStandard: '授权企标', - confirmCancelAuthor: '确认解除授权?' + authorizationDepart: 'Authorized department', + authorizationUser: 'Authorized officer', + maturityDate: 'Authorization expiration date', + detailTitle: 'Enterprise Standards Details page', + evaluate: 'Evaluation of enterprise standard', + updateRecord: 'Update record', + submitQuestion: 'Submit a question', + standardResolutionSheet: 'Standard resolution sheet', + nodeName: 'Node name', + subjectToClause: 'Section clause', + standardContentOrRequirements: 'Standard content or requirements', + rectificationDepartment: 'Rectification department', + auditContent: 'Monitoring content', + disabledBatchDel: 'If the selected data has no operation permission, select another data', + pleaseSelectUserOrDepart: 'The authorized department and authorized person must select at least one', + youNot: "You didn't", + dataPremissReCheck: 'Data permission, please re-select', + authorizationExpirationDate: 'Authorization expiration date', + cancelAuthor: 'deauthorize', + authorizationDate: 'Authorization date', + authorizationStandard: 'Authorized bid', + confirmCancelAuthor: 'Confirm the deauthorization?' }, // 评审会记录 reviewMeeting: { diff --git a/src/common/lang/enterpriseStandardLibrary/zh.js b/src/common/lang/enterpriseStandardLibrary/zh.js index 0b421c8..57c043f 100644 --- a/src/common/lang/enterpriseStandardLibrary/zh.js +++ b/src/common/lang/enterpriseStandardLibrary/zh.js @@ -26,7 +26,7 @@ module.exports = { subjectToClause: '章节条款', standardContentOrRequirements: '标准内容或要求', rectificationDepartment: '整改部门', - auditContent: '稽查内容', + auditContent: '监察内容', disabledBatchDel: '选中数据中存在没有操作权限的数据,请重新选择', pleaseSelectUserOrDepart: '授权部门和授权人员至少需要选择一个', youNot: '您没有', diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 633cdd6..46fdbe7 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -326,7 +326,7 @@ export default { 'formInline.try_flag' (val) { if (val && this.flag === StandardSource.ENTERPRISE.value && !this.isEditSetData) { if (val === IsTrial.YES.value) { - // 试行周期给默认值24 + // 试行周期给默认值12 this.formInline.trial_period = '12' this.formInline = JSON.parse(JSON.stringify(this.formInline)) // 试行,试行周期必填 diff --git a/src/views/enterpriseStandardLibrary/standard/modules/CheckContentModal.vue b/src/views/enterpriseStandardLibrary/standard/modules/CheckContentModal.vue index 0d8ec7c..26fb0bc 100644 --- a/src/views/enterpriseStandardLibrary/standard/modules/CheckContentModal.vue +++ b/src/views/enterpriseStandardLibrary/standard/modules/CheckContentModal.vue @@ -2,52 +2,43 @@ -
- -
- - - - -
- -
- - - - - - - - - - -
-
+ + + + + + + + + + + + + + + +