From dcb093efeed7f5a2189196b98052fc870009e3dd Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 09 八月 2025 21:32:58 +0800
Subject: [PATCH] 修改流程查询标题位置

---
 src/views/flowmgr/processQuery.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 5d014dc..d0b417e 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -103,11 +103,7 @@
                         searchType: 'input',
                         hide: true,
                     },
-					{
-                        label: '娴佺▼鍚嶇О',
-                        prop: 'processDefinitionName',
-                        width: 80,
-                    },
+					
 					{
                         label: '鏍囬',
                         prop: '',
@@ -122,6 +118,11 @@
                         }
                     },
 					{
+                        label: '娴佺▼鍚嶇О',
+                        prop: 'processDefinitionName',
+                        width: 80,
+                    },
+					{
                         label: '鍥惧彿',
                         prop: '',
                         width: 100,

--
Gitblit v1.9.3