gaoshp
2025-08-13 8828fe997a762e0e3579e29249c31352cb56d287
缩小宽度
已修改1个文件
8 ■■■■ 文件已修改
src/views/flow/components/TodolistLeft.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-07-01 20:45:15
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-08-13 23:18:26
 * @LastEditTime: 2025-08-13 23:23:13
 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -23,10 +23,10 @@
                    </div>
                </template>
            </el-table-column>
            <el-table-column fixed="right" label="操作" width="150" align="center">
            <el-table-column fixed="right" label="操作" width="100" align="center">
            <template #default="scope" >
                <el-button v-show="['programmingTask','cureProgramTask','repalceProgrammingTask'].includes(row.taskDefinitionKey)" type="text" size="small" @click.stop="del(scope.$index,scope.row)">删除</el-button>
                <el-button type="text" size="small" @click.stop="downloadFile(scope.$index,scope.row)">下载</el-button>
                <a style="color: blue;margin-right: 4px;cursor: pointer;font-size: 12px;" v-show="['programmingTask','cureProgramTask','repalceProgrammingTask'].includes(row.taskDefinitionKey)" type="text" size="small" @click.stop="del(scope.$index,scope.row)">删除</a>
                <a style="color: blue;cursor: pointer;font-size: 12px;" type="text" size="small" @click.stop="downloadFile(scope.$index,scope.row)">下载</a>
            </template>
            </el-table-column>
        </el-table>