From 400fc8829bbfc163417f16d11083f7ad78049938 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期三, 06 八月 2025 15:11:22 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 77f9724..bcb6f3e 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -103,6 +103,24 @@
                         searchType: 'input',
                         hide: true,
                     },
+					{
+                        label: '鏍囬',
+                        prop: '',
+                        width: 100,
+						render: ({ row }) => {
+                            return h('p',
+                                {
+                                    attrs: {},
+                                    class: {},
+                                    style: {},
+                                }, row?.variables?.title)
+                        }
+                    },
+					{
+                        label: '娴佺▼鍚嶇О',
+                        prop: 'processDefinitionName',
+                        width: 100,
+                    },
                     {
                         label: '鏈哄簥',
                         prop: '',

--
Gitblit v1.9.3