From 8ef5afed625531bab0e544b853b9568509533c0e Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 09 五月 2026 15:23:15 +0800
Subject: [PATCH] feat(生产管理): 在多个页面表格和筛选器中添加车间字段
---
src/views/productionManagement/workOrderEdit/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/workOrderEdit/index.vue b/src/views/productionManagement/workOrderEdit/index.vue
index 1cde5ea..d0b77bd 100644
--- a/src/views/productionManagement/workOrderEdit/index.vue
+++ b/src/views/productionManagement/workOrderEdit/index.vue
@@ -209,6 +209,11 @@
width: "180",
},
{
+ label: "杞﹂棿",
+ prop: "workshopName",
+ width: "180",
+ },
+ {
label: "鎿嶄綔",
width: "200",
align: "center",
--
Gitblit v1.9.3