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 }}