一致性分析操作按钮disabled放开

uat_us
wangxiaoshuang 2024-03-26 15:59:17 +08:00
parent 7db7e91468
commit 92d34d59f4
1 changed files with 2 additions and 4 deletions

View File

@ -339,17 +339,15 @@
width="110"
>
<template slot-scope="scope">
<!-- 查看阅片结果 -->
<!-- 查看阅片结果:disabled="scope.row.ReadingTaskState !== 2" -->
<el-button
:disabled="scope.row.ReadingTaskState !== 2"
icon="el-icon-view"
circle
:title="$t('trials:consistencyAnalysis:action:view')"
@click="lookReadingResults(scope.row)"
/>
<!-- 设置为失效 -->
<!-- 设置为失效 !scope.row.IsReReadingOrBackInfluenceAnalysis|| scope.row.TaskState === 1-->
<el-button
:disabled="!scope.row.IsReReadingOrBackInfluenceAnalysis || scope.row.TaskState === 1"
v-if="hasPermi(['trials:trials-panel:reading:consistency-analysis:edit'])"
icon="el-icon-close"
circle