From 5591a5a72a17889a88b7bc17f154e4e61c94650c Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 12 八月 2025 21:12:23 +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