From 2596f7a9c843de0bd8adad2d7b0b5a68de7d0af8 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期四, 04 九月 2025 20:53:16 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/flowmgr/processQuery2.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/flowmgr/processQuery2.vue b/src/views/flowmgr/processQuery2.vue
index 9b09370..75fa687 100644
--- a/src/views/flowmgr/processQuery2.vue
+++ b/src/views/flowmgr/processQuery2.vue
@@ -12,19 +12,19 @@
@selection-change="selectionChange">
<template #menu-left>
- <!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button>
- v-if="scope.row.processDefinitionKey === 'program-cure'"-->
-
+
</template>
<template #menu="scope">
<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'"
@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>
</avue-crud>
<el-dialog title="鎸囨淳" append-to-body v-model="reassignBox" width="30%">
@@ -82,7 +82,7 @@
// tree: true,
border: true,
index: true,
- selection: true,
+ selection: false,
menuWidth: 80,
// menu: false,
labelWidth: 90,
--
Gitblit v1.9.3