From cae020cfe849ce65384011fdee6dec697b2909c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Fri, 5 May 2023 10:00:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E8=A7=84=E8=AE=A4=E8=AF=81=E8=AE=A1?=
=?UTF-8?q?=E5=88=92=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?=
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 +
.../components/settingList.vue | 144 ++++++++++++++++++
.../projectStatusBoard/index.vue | 36 +++--
4 files changed, 171 insertions(+), 11 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 69e548480..f8f7be466 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1825,4 +1825,5 @@ module.exports = {
parameterCollectionProgress:'Parameter Collection Progress',
proportion:'Proportion',
projectProgressStatistics:'Project Progress Statistics',
+ GRPSystemProjectProgressStatistics:'GRP system project progress statistics',
}
\ 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 4ea7862f0..ae56fa752 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1927,4 +1927,5 @@ module.exports = {
parameterCollectionProgress:'参数收集进度',
proportion:'占比',
projectProgressStatistics:'项目进度统计',
+ GRPSystemProjectProgressStatistics:'GRP系统项目进度统计',
}
\ No newline at end of file
diff --git a/jero-web/src/views/projectManagement/components/settingList.vue b/jero-web/src/views/projectManagement/components/settingList.vue
index a8cda90c8..784233db2 100644
--- a/jero-web/src/views/projectManagement/components/settingList.vue
+++ b/jero-web/src/views/projectManagement/components/settingList.vue
@@ -165,6 +165,150 @@
+