From 9d754853b524dcfeff524cad92d869cbdf24b2b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 13 八月 2025 17:17:46 +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