From 16dd9e92335a4ff8b4a0910364ae796d54116020 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 10 八月 2025 18:40:27 +0800
Subject: [PATCH] 修改任务车间不显示的问题

---
 src/views/flowmgr/processQuery.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 3f4d247..120b7ac 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -194,6 +194,9 @@
                         label: '浠诲姟杞﹂棿',
                         prop: 'workshop',
                         width: 80,
+                        render: ({ row }) => {
+                            return h('span', {}, row?.variables?.workshop || '');
+                        }
                     },
                     {
                         label: '杩囩▼鍗″彿',

--
Gitblit v1.9.3