From 0099beb6d7c1b9e6450cf621d3f7748ce7af2bb7 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 06 三月 2026 17:39:13 +0800
Subject: [PATCH] 保养图片显示问题

---
 src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue b/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
index fe84ab0..cd4992a 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
@@ -73,7 +73,7 @@
   formatter(params) {
     let result = params[0].axisValueLabel + '<br/>'
     params.forEach((item) => {
-      result += `<div>${item.marker} ${item.seriesName}: ${item.value} 鍏�</div>`
+      result += `<div>${item.marker} ${item.seriesName}: ${item.value} 浠�</div>`
     })
     return result
   },
@@ -83,7 +83,7 @@
   { type: 'category', axisTick: { show: false }, axisLabel: { color: '#B8C8E0' }, data: [] },
 ])
 const yAxis1 = [
-  { type: 'value', name: '鍗曚綅: 鍏�', axisLabel: { color: '#B8C8E0' }, nameTextStyle: { color: '#B8C8E0' }, splitLine: { lineStyle: { color: 'rgba(184, 200, 224, 0.2)' } } },
+  { type: 'value', name: '鍗曚綅: 浠�', axisLabel: { color: '#B8C8E0' }, nameTextStyle: { color: '#B8C8E0' }, splitLine: { lineStyle: { color: 'rgba(184, 200, 224, 0.2)' } } },
 ]
 
 const handleDateTypeChange = () => {
@@ -99,7 +99,7 @@
 
       // 鍏煎瀛楁锛氭湁鐨勬帴鍙h繑鍥� dateStr锛屾湁鐨勮繑鍥� date
       xAxis1.value[0].data = items.map((d) => d.dateStr ?? d.date ?? '')
-      chartSeries.value[0].data = items.map((d) => parseFloat(d.amount) || 0)
+      chartSeries.value[0].data = items.map((d) => parseFloat(d.numberOfCompleted) || 0)
     })
     .catch((err) => {
       console.error('鑾峰彇鐢熶骇鏍哥畻鍒嗘瀽澶辫触:', err)

--
Gitblit v1.9.3