From 001c40f565d87c682846bffba5bfad5704ab0243 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 05 三月 2026 14:29:22 +0800
Subject: [PATCH] fix: 出库入库改为投入、产出

---
 src/views/reportAnalysis/productionAnalysis/components/center-center.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/reportAnalysis/productionAnalysis/components/center-center.vue b/src/views/reportAnalysis/productionAnalysis/components/center-center.vue
index bf0da97..96bcada 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/center-center.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/center-center.vue
@@ -80,7 +80,7 @@
 
 const lineSeries = ref([
   {
-    name: '鍑哄簱',
+    name: '浜у嚭',
     type: 'line',
     smooth: false,
     showSymbol: true,
@@ -98,7 +98,7 @@
     emphasis: { focus: 'series' },
   },
   {
-    name: '鍏ュ簱',
+    name: '鎶曞叆',
     type: 'line',
     smooth: false,
     showSymbol: true,

--
Gitblit v1.9.3