From 293a46e85cff3af59633cff50a2514cdbd7e8c0b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 八月 2026 15:04:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_天津_阳光印刷' into dev_天津_阳光印刷
---
src/views/productionManagement/productionProcess/index.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index f81faf8..9355ffb 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -103,6 +103,15 @@
label: "宸ュ簭鏈哄彴",
prop: "deviceName",
},
+ {
+ label: "鎶ュ伐浜�",
+ prop: "userNames",
+ dataType: 'tag',
+ formatData: (params) => {
+ if (!params) return []
+ return params.split(',')
+ }
+ },
// {
// label: "宸ヨ祫瀹氶",
// prop: "salaryQuota",
--
Gitblit v1.9.3