From 834838fa09fb2f84760a234ed7677648e8a0b458 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 01 九月 2025 14:50:47 +0800
Subject: [PATCH] 按钮文本修改

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

diff --git a/src/views/flowmgr/processQuery1.vue b/src/views/flowmgr/processQuery1.vue
index 631940a..8ddfbf6 100644
--- a/src/views/flowmgr/processQuery1.vue
+++ b/src/views/flowmgr/processQuery1.vue
@@ -27,7 +27,7 @@
                 <el-button type="primary" text size="default" @click.stop="customView(scope.row, scope.index, 0)">鏌ョ湅
                 </el-button>
                 <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch' || scope.row.processDefinitionKey === 'program-cure'"
-                    @click.stop="handleApproveTable(scope.row, scope.index)">瀹℃壒琛ㄦ墦鍗�
+                    @click.stop="handleApproveTable(scope.row, scope.index)">瀹℃壒琛�
                 </el-button>
                 <el-button type="danger" text size="default" @click.stop="handleDelete(scope.row, scope.index, 0)">鍒犻櫎
                 </el-button>
@@ -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