From 2a4e6201b95eeca0f6bed9b336d69fe22dd97b52 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 19 Jan 2022 18:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89=E9=9B=B7?= =?UTF-8?q?=E8=BE=BE=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/Piabodata/Groupcontrast.vue | 2 +- pages/center/Piabodata/Theteamcompared.vue | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pages/center/Piabodata/Groupcontrast.vue b/pages/center/Piabodata/Groupcontrast.vue index 5138877..9fcad97 100644 --- a/pages/center/Piabodata/Groupcontrast.vue +++ b/pages/center/Piabodata/Groupcontrast.vue @@ -424,7 +424,7 @@ allobj.categories.push(item1.name) } obj.data.push(item1.avgExecutionRate) - if (max < item.avgExecutionRate) max = item.avgExecutionRate; + if (max < item1.avgExecutionRate) max = item1.avgExecutionRate; }) allobj.series.push(obj) }) diff --git a/pages/center/Piabodata/Theteamcompared.vue b/pages/center/Piabodata/Theteamcompared.vue index 62dbeaf..3f5beb4 100644 --- a/pages/center/Piabodata/Theteamcompared.vue +++ b/pages/center/Piabodata/Theteamcompared.vue @@ -219,6 +219,7 @@