From 3e363bb47049cc4f4f14af56e7afd6613096ec8f Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期六, 16 八月 2025 19:35:31 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 3f4d247..2acf1c7 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -147,8 +147,16 @@
                     },
 					{
                         label: '娴佺▼鍚嶇О',
-                        prop: 'processDefinitionName',
+                        prop: '',
                         width: 80,
+						render: ({ row }) => {
+                            return h('p',
+                                {
+                                    attrs: {},
+                                    class: {},
+                                    style: {},
+                                }, row?.variables?.myProcessName)
+                        }
                     },
                     {
                         label: '宸ヨ壓鐗堟',
@@ -194,6 +202,9 @@
                         label: '浠诲姟杞﹂棿',
                         prop: 'workshop',
                         width: 80,
+                        render: ({ row }) => {
+                            return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
+                        }
                     },
                     {
                         label: '杩囩▼鍗″彿',

--
Gitblit v1.9.3