From 12024b31332e054c322b62d5512f3d0c3a4c86ff Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 23 三月 2026 17:12:51 +0800
Subject: [PATCH] 生产管理模块优化:统一"需求数量"为"预计生产数量"

---
 src/views/productionManagement/productionOrder/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..bc699fd 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -150,8 +150,9 @@
       width: '200px',
     },
     {
-      label: "闇�姹傛暟閲�",
+      label: "棰勮鐢熶骇鏁伴噺",
       prop: "quantity",
+      width: '140px',
     },
     {
       label: "瀹屾垚鏁伴噺",

--
Gitblit v1.9.3