From 5dbc69b4e792dcce998038822b92402366bec47f Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 18 八月 2026 10:45:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/fix/hsy/20260812' into dev_pro2.0

---
 src/views/mes/process-design/route/data.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/mes/process-design/route/data.ts b/src/views/mes/process-design/route/data.ts
index 3c76624..941a2be 100644
--- a/src/views/mes/process-design/route/data.ts
+++ b/src/views/mes/process-design/route/data.ts
@@ -248,10 +248,11 @@
       rules: z.boolean().default(true),
     },
     {
-      fieldName: "outputItemId",
+      fieldName: "outputItemIds",
       label: "浜у嚭浜у搧",
       component: markRaw(MdItemSelect),
       componentProps: {
+        multiple: true,
         placeholder: "鐣欑┖鍒欓粯璁や负宸ュ崟鎴愬搧",
       },
       formItemClass: "col-span-2",
@@ -336,10 +337,9 @@
       },
     },
     {
-      field: "outputItemName",
+      field: "outputItemNames",
       title: "浜у嚭浜у搧",
-      width: 140,
-      slots: { default: "outputItemName" },
+      width: 160,
     },
     { field: "prepareTime", title: "鍑嗗鏃堕棿(鍒�)", width: 110 },
     { field: "waitTime", title: "绛夊緟鏃堕棿(鍒�)", width: 110 },

--
Gitblit v1.9.3