From c8af7231fc0f413cc42252554efc094a534b0091 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Mon, 16 May 2022 17:30:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=A1=B9=E7=9B=AE=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E7=9A=84=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../certificationProgressEchart.vue | 88 ++++++++--
.../components/deliverableStatusEchart.vue | 165 ++++++++++++------
2 files changed, 186 insertions(+), 67 deletions(-)
diff --git a/jero-web/src/views/projectManagement/components/certificationProgressEchart.vue b/jero-web/src/views/projectManagement/components/certificationProgressEchart.vue
index c567512c9..73f125785 100644
--- a/jero-web/src/views/projectManagement/components/certificationProgressEchart.vue
+++ b/jero-web/src/views/projectManagement/components/certificationProgressEchart.vue
@@ -14,7 +14,7 @@
:columns="columns"
>
- {{$t('totalTable')}}
+ {{$t('totalTable')}}:{{certificationProgressTotal}}
@@ -24,46 +24,108 @@