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/processQuery2.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/flowmgr/processQuery2.vue b/src/views/flowmgr/processQuery2.vue
index 1647e89..12abaec 100644
--- a/src/views/flowmgr/processQuery2.vue
+++ b/src/views/flowmgr/processQuery2.vue
@@ -12,9 +12,7 @@
             @selection-change="selectionChange">
             
             <template #menu-left>
-                <!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button> 
-                -->
-             
+                
             </template>
             <template #menu="scope">
                 <el-button type="primary" text size="default" @click.stop="customView(scope.row, scope.index, 0)">鏌ョ湅
@@ -22,6 +20,9 @@
                <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                     @click.stop="handleApproveTable(scope.row, scope.index)">瀹℃壒琛�
                 </el-button>
+                 <!--
+                  v-if="scope.row.processDefinitionKey === 'program-cure'"
+                -->
                 <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'program-cure'"
                     @click.stop="handleConfirmTable(scope.row, scope.index)">纭琛�
                 </el-button>

--
Gitblit v1.9.3