From 90c27d2bc1d02ea60c5cfae334e1a0ecc16e4b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=87=8C?= <1726150332@qq.com> Date: Wed, 20 May 2026 14:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E6=8E=A8=E7=A7=BB=E5=9B=BE?= =?UTF-8?q?=E6=8A=98=E7=8E=B0=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/report/cpTranChart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/quality/report/cpTranChart/index.vue b/src/views/quality/report/cpTranChart/index.vue index ff4472e..886a93f 100644 --- a/src/views/quality/report/cpTranChart/index.vue +++ b/src/views/quality/report/cpTranChart/index.vue @@ -187,7 +187,7 @@ export default { // 从响应数据中提取X轴和Y轴数据 const xAxisData = this.defectList.map(item => item.dataType); - const yAxisData = this.defectList.map(item => parseFloat(item.dataTitle13.replace('%', ''))); + const yAxisData = this.defectList.map(item => parseFloat(item.dataTitle19.replace('%', ''))); var option = { title: {