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 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 11dfb83..bcb6f3e 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -80,7 +80,7 @@
search: true,
searchType: 'select',
hide: true,
- dicUrl: `/blade-mdm/dict/dictionary?code=flow`,
+ dicUrl: `/blade-mdm/system/dict/dictionary?code=flow`,
props: {
label: 'dictValue',
value: 'remark',
@@ -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