From c4710e4b6f0802410341416021f28a3698a20fb4 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 05 八月 2025 10:28:13 +0800
Subject: [PATCH] 流程列表字段调整

---
 src/views/flowmgr/processQuery.vue |    5 +++++
 src/views/flow/todolist.vue        |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index a5ac1e9..e34e26f 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -152,15 +152,15 @@
                         ],
                     },
                     {
-                        label: '浠诲姟鍚嶇О',
+                        label: '娴佺▼鍚嶇О',
                         prop: 'processDefinitionName',
                         width: 100,
-                    },
+                    },/*
                     {
                         label: '娴佺▼绫诲瀷',
                         width: 100,
                         prop: 'categoryName',
-                    },
+                    },*/
 
                     {
                         label: '鏈哄簥',
diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 77f9724..39c1bb2 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -103,6 +103,11 @@
                         searchType: 'input',
                         hide: true,
                     },
+					{
+                        label: '娴佺▼鍚嶇О',
+                        prop: 'processDefinitionName',
+                        width: 100,
+                    },
                     {
                         label: '鏈哄簥',
                         prop: '',

--
Gitblit v1.9.3