From 90cfeb8e0f76ca00fcb9c5fc4b971a61fbe5631f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 九月 2025 11:29:26 +0800
Subject: [PATCH] 固化流程其他文件增加删除权限
---
src/views/flow/components/TodolistLeft.vue | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index 55a2d3b..ca2732e 100644
--- a/src/views/flow/components/TodolistLeft.vue
+++ b/src/views/flow/components/TodolistLeft.vue
@@ -63,13 +63,6 @@
<template #default="{ row }">
<div style="display: flex;align-items: center;">
<span style="margin-right: 8px;">{{ row.name }}</span>
- <!--
- <el-icon>
- <el-tooltip class="box-item" effect="light" content="鍏朵粬鏂囦欢" placement="right">
- <FolderOpened />
- </el-tooltip>
- </el-icon>
- -->
</div>
</template>
</el-table-column>
@@ -77,13 +70,11 @@
<template #default="scope">
<!--'cureProgramTask', 鍥哄寲缂栧埗锛屼笉鑳藉垹闄ゅ拰涓婁紶-->
<a style="color: blue;margin-right: 4px;cursor: pointer;font-size: 12px;"
- v-show="['programmingTask', 'replaceProgrammingTask','appendProgrammingTask'].includes(row.taskDefinitionKey)"
+ v-show="['programmingTask','cureProgramTask', 'replaceProgrammingTask','appendProgrammingTask'].includes(row.taskDefinitionKey)"
type="text" size="small" @click.stop="del(scope.$index, scope.row)">鍒犻櫎</a>
<a style="color: blue;cursor: pointer;font-size: 12px;margin-right: 4px;" type="text" size="small"
@click.stop="downloadFile(scope.$index, scope.row)">涓嬭浇</a>
- <a style="color: blue;cursor: pointer;font-size: 12px;" type="text" size="small"
- v-show="['program-cure'].includes(row.processDefinitionKey)"
- @click.stop="diffFile(scope.$index, scope.row)">姣斿</a>
+
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.3