From 0acba9270085943477e4c65c9b105fff108e4a01 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 13 八月 2025 09:13:54 +0800
Subject: [PATCH] 恢复导入按钮
---
src/views/flowmgr/processQuery.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 3f4d247..9166426 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -194,6 +194,9 @@
label: '浠诲姟杞﹂棿',
prop: 'workshop',
width: 80,
+ render: ({ row }) => {
+ return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
+ }
},
{
label: '杩囩▼鍗″彿',
--
Gitblit v1.9.3