From 4b6cbd0af028d5136669c36082a5bfca7d237d7f Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 3 Jun 2026 10:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A7=BD=E6=B6=B2=E6=A3=80=E6=B5=8B=E6=9B=B2?= =?UTF-8?q?=E7=BA=BF=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tankSolutionSystem/workTankLine.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue index 10b8316e..751f8f32 100644 --- a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue +++ b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue @@ -21,8 +21,7 @@ - + @@ -402,7 +401,7 @@ export default { }, { name: '检测值', // 名称 - data: item.targetList, + data: item.testList, type: 'line', itemStyle: { color: '#6a6d87' @@ -536,7 +535,7 @@ export default { }, { name: '检测值', // 名称 - data: item.targetList, + data: item.testList, type: 'line', itemStyle: { color: '#6a6d87' @@ -824,7 +823,7 @@ export default { }, { name: '检测值', // 名称 - data: this.testData, + data: this.testList, type: 'line', itemStyle: { color: '#6a6d87'