下载功能暂时屏蔽
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-07-05 11:39:29 +08:00
parent 74e86cbdbe
commit 98fe1f0365
1 changed files with 2 additions and 2 deletions

View File

@ -66,13 +66,13 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<!--下载---> <!--下载--->
<el-button <!-- <el-button
v-if="!isUpload && Criterion.ImageDownloadEnum > 0" v-if="!isUpload && Criterion.ImageDownloadEnum > 0"
circle circle
icon="el-icon-download" icon="el-icon-download"
:title="$t('trials:uploadImage:button:download')" :title="$t('trials:uploadImage:button:download')"
@click.stop="downloadImage(scope.row)" @click.stop="downloadImage(scope.row)"
/> /> -->
<!--删除---> <!--删除--->
<el-button <el-button
v-if="isUpload" v-if="isUpload"