From 115c17ec5632d23d399c4405d74a555b3403ff7e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 29 八月 2025 22:35:02 +0800
Subject: [PATCH] 加入确认表下载
---
src/views/flowmgr/processQuery2.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/flowmgr/processQuery2.vue b/src/views/flowmgr/processQuery2.vue
index 9b09370..1647e89 100644
--- a/src/views/flowmgr/processQuery2.vue
+++ b/src/views/flowmgr/processQuery2.vue
@@ -13,7 +13,7 @@
<template #menu-left>
<!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button>
- v-if="scope.row.processDefinitionKey === 'program-cure'"-->
+ -->
</template>
<template #menu="scope">
@@ -22,7 +22,7 @@
<el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
@click.stop="handleApproveTable(scope.row, scope.index)">瀹℃壒琛�
</el-button>
- <el-button type="primary" text size="default"
+ <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'program-cure'"
@click.stop="handleConfirmTable(scope.row, scope.index)">纭琛�
</el-button>
</template>
--
Gitblit v1.9.3