From 4b0cdc23ec93d6c89ddb413d8ac8ad0858b473ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jul 2023 17:14:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/physique/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/physique/index.vue b/src/views/system/physique/index.vue index f478ac5..b827c22 100644 --- a/src/views/system/physique/index.vue +++ b/src/views/system/physique/index.vue @@ -275,7 +275,7 @@ export default { let seriesData = []; let yindicator = []; this.categoryScoreList.forEach(el => { - seriesData.push(el.itemFraction); + seriesData.push(el.avgItemFraction); if (el.avgCategoryName == null) { el.avgCategoryName = "暂无"; }