From 8af3b8d2b7eaf4a8eefbbd7a32d1869d01513d38 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 10 Jun 2022 17:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E6=A0=87=E9=A2=98=E4=B8=AA?= =?UTF-8?q?=E6=80=A7=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../views/documentManage/library/docDetail/index.vue | 1 + .../virtualList/components/virtualListDetails.vue | 11 +++++++++-- .../processForm/handshakeProcess/index.vue | 3 +++ .../processForm/processDetails/index.vue | 3 +++ .../processForm/taskListProcess/index.vue | 9 +++++++++ .../ParameterItemCollection/ProjectDetails/index.vue | 3 +++ .../views/projectManagement/ProjectDetails/index.vue | 3 +++ .../projectStatusBoard/components/TaskPlanList.vue | 3 +++ .../components/projectStatusAndProgress.vue | 3 +++ 11 files changed, 39 insertions(+), 2 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 787b81caf..aacb86740 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -930,4 +930,5 @@ module.exports = { pleaseWaitWhileRunning: 'Please wait while running', roleSwitching: 'Role switching', setCreator:'Set Creator', + documentLibraryDetails:'Document library details', } \ 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 e70dc3c9e..114ede240 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -935,4 +935,5 @@ module.exports = { pleaseWaitWhileRunning: '运行中请稍等', roleSwitching:'角色切换', setCreator:'设置创建人', + documentLibraryDetails:'文档库详情', } \ No newline at end of file diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue index 3b51a8b60..55882e70a 100644 --- a/jero-web/src/views/documentManage/library/docDetail/index.vue +++ b/jero-web/src/views/documentManage/library/docDetail/index.vue @@ -345,6 +345,7 @@ created() { let _this = this this.loading = true + document.title = this.$t('documentLibraryDetails') this.getTitle(function() { _this.getInfoById() }) diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index 3fa069bd2..464eca645 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -10,7 +10,8 @@