From 83ae35c21c93928eb9eed33b6a8f3630abeca555 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 05 八月 2025 19:27:57 +0800
Subject: [PATCH] 增加流程标题
---
src/views/flowmgr/timeoutQuery.vue | 1 +
src/views/flowmgr/processQuery.vue | 13 +++++++++++++
src/views/flow/todolist.vue | 13 +++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index e34e26f..5e5b316 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -151,6 +151,19 @@
},
],
},
+ {
+ label: '鏍囬',
+ prop: '',
+ width: 100,
+ render: ({ row }) => {
+ return h('p',
+ {
+ attrs: {},
+ class: {},
+ style: {},
+ }, row?.variables?.title)
+ }
+ },
{
label: '娴佺▼鍚嶇О',
prop: 'processDefinitionName',
diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 39c1bb2..bcb6f3e 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -104,6 +104,19 @@
hide: true,
},
{
+ label: '鏍囬',
+ prop: '',
+ width: 100,
+ render: ({ row }) => {
+ return h('p',
+ {
+ attrs: {},
+ class: {},
+ style: {},
+ }, row?.variables?.title)
+ }
+ },
+ {
label: '娴佺▼鍚嶇О',
prop: 'processDefinitionName',
width: 100,
diff --git a/src/views/flowmgr/timeoutQuery.vue b/src/views/flowmgr/timeoutQuery.vue
index c885260..a71fb8b 100644
--- a/src/views/flowmgr/timeoutQuery.vue
+++ b/src/views/flowmgr/timeoutQuery.vue
@@ -49,6 +49,7 @@
endPlaceholder: '鏃ユ湡缁撴潫鑼冨洿鑷畾涔�',
span: 6
},
+
{
label: '鎵ц浜哄憳',
prop: 'assigneeName',
--
Gitblit v1.9.3