影像质控zip文件预览按钮置灰
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-19 17:27:26 +08:00
parent f7b99c23aa
commit 03f4a7b63b
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@
<!-- 预览 --> <!-- 预览 -->
<el-button <el-button
type="text" type="text"
:disabled="files.row.FileType && files.row.FileType.indexOf('zip') >= 0"
@click.native.prevent="previewFile(files.row)" @click.native.prevent="previewFile(files.row)"
> >
{{ $t("trials:audit:button:nonDicomsPreview") }} {{ $t("trials:audit:button:nonDicomsPreview") }}