From c6552f8ab087b26571bd1a5d83eb978bac6ae749 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 24 三月 2026 13:52:21 +0800
Subject: [PATCH] 生产订单增加预计日程和制造班组

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

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..b623db3 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -183,6 +183,16 @@
       width: 120,
     },
     {
+      label: "棰勮鏃ョ▼锛堝ぉ锛�",
+      prop: "expectedSchedule",
+      width: 120,
+    },
+    {
+      label: "鍒堕�犵彮缁�",
+      prop: "manufacturingTeam",
+      width: 120,
+    },
+    {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",

--
Gitblit v1.9.3