From 355b31d46b5358ab65f5bc5a120f75619d3974e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 10 May 2023 13:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E6=8F=90=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= 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 + .../projectStatusBoard/index.vue | 69 ++++++++++++++++++- 3 files changed, 68 insertions(+), 3 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index a887cd5d6..d328cc6ea 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1829,4 +1829,5 @@ module.exports = { GRPSystemProjectProgressStatistics:'GRP system project progress statistics', statisticalNodes:'Statistical Nodes', proportionWithInTheAreaOfResponsibility:'Proportion within the area of responsibility', + masterProject:'Master Project', } \ 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 c8e96fe35..a9d82bbd4 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1930,4 +1930,5 @@ module.exports = { GRPSystemProjectProgressStatistics:'GRP系统项目进度统计', statisticalNodes:'统计节点', proportionWithInTheAreaOfResponsibility:'责任领域内占比', + masterProject:'主项目', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index 06347e35b..e3495bf98 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -68,13 +68,21 @@ -
+
{{ $t('export') }} +
+
+ {{$t('whole')}} +
+
+ {{$t('masterProject')}} +
+
@@ -127,7 +135,7 @@ v-if="!val.g" v-for="(val,indexTwo) in item.data[0]"> -
{{ val.name }} +
{{ val.name }}