From 7ed4fabd8d4e7727df36aad4826a2cfff4f79801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 14 Jul 2023 15:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=85=A8=E5=B1=80=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 4 + jero-web/src/common/lang/zh-cn.js | 4 + .../ProjectDetails/index.vue | 225 ++++++++++++++++-- 3 files changed, 209 insertions(+), 24 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index d2006fc76..b1cc5321e 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1905,4 +1905,8 @@ module.exports = { knowledgeSharingHaveBeenStored:'Knowledge Sharing have been stored', regulationMonthlyReportHaveBeenStored:'Regulation Monthly Report have been stored', sendBackOne:'Return', + globalReplacement:'Global Replacement', + replacedPerson:'Replaced person', + replacementPerson:'Replacement Person', + thereReplaceableData:'There is currently no replaceable data', } \ 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 96f81402f..c66230a56 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3862,4 +3862,8 @@ module.exports = { Notitleincluded:'不包含标题', backToHomePage:'返回主页', sendBackOne:'退回', + globalReplacement:'全局替换', + replacedPerson:'被替换人', + replacementPerson:'替换人', + thereReplaceableData:'当前没有可替换的数据', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index 17425e6c6..802fb4bf7 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -11,6 +11,12 @@
+
+ + {{$t('globalReplacement')}} +
@@ -45,7 +51,7 @@
{{ item.roleName }}
@@ -103,13 +109,13 @@ {{$t('TaskParameterCollection')}}
- - - - - - - + + + + + + +
@@ -143,12 +149,12 @@ @click="textClick(4,$t('TaskParameterCollection'))">
- - - - - - + + + + + +
- - + + - - + + + + + + + + + + + +
+ {{$t('cancel')}} + {{$t('submit')}} +
+