From 8ba602b2f08724c1b92ef1e90f89a6fa33861577 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 30 八月 2025 11:52:31 +0800
Subject: [PATCH] 锁定加上锁定原因

---
 src/views/flowmgr/processQuery1.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/flowmgr/processQuery1.vue b/src/views/flowmgr/processQuery1.vue
index 631940a..eb020dd 100644
--- a/src/views/flowmgr/processQuery1.vue
+++ b/src/views/flowmgr/processQuery1.vue
@@ -149,7 +149,7 @@
 					{
                         label: '娴佺▼鍚嶇О',
                         prop: '',
-                        width: 80,
+                        width: 85,
 						render: ({ row }) => {
                             return h('p',
                                 {
@@ -160,9 +160,9 @@
                         }
                     },
                     {
-                        label: '宸ヨ壓鐗堟',
+                        label: '鎵规鍙�',
                         prop: 'variables.craftEdition',
-                        width: 80,
+                        width: 70,
                         render: ({ row }) => {
                             return h('span', {}, row?.variables?.craftEdition || '');
                         }
@@ -334,8 +334,9 @@
                     },
                    
                     {
-                        label: '宸ヨ壓鐗堟',
+                        label: '鎵规鍙�',
                         prop: 'variables.craftEdition',
+                        
                         render: ({ row }) => {
                             return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');
                         }

--
Gitblit v1.9.3