From 2a7c762dbe13c070465f4fb05a1a0a41784b3dbd Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 23 六月 2026 13:32:51 +0800
Subject: [PATCH] fix: 隐藏采购录入库存预警数量

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

diff --git a/src/views/reportAnalysis/productionAnalysis/components/left-bottom.vue b/src/views/reportAnalysis/productionAnalysis/components/left-bottom.vue
index b7c7358..e6e8189 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/left-bottom.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/left-bottom.vue
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <PanelHeader title="鍦ㄥ埗鍝佺粺璁″垎鏋�" />
+    <PanelHeader title="鍦ㄥ埗鍝佺粺璁″垎鏋�" to="/productionManagement/productionOrder" />
     <div class="main-panel panel-item-customers">
       <CarouselCards :items="cardItems" :visible-count="3" />
       <div class="chart-wrapper">

--
Gitblit v1.9.3