一致性分析操作按钮disabled还原

uat_us
wangxiaoshuang 2024-04-26 16:46:37 +08:00
parent 8a6a7962ae
commit de545a0847
1 changed files with 4 additions and 2 deletions

View File

@ -341,15 +341,17 @@
width="110"
>
<template slot-scope="scope">
<!-- 查看阅片结果:disabled="scope.row.ReadingTaskState !== 2" -->
<!-- 查看阅片结果-->
<el-button
icon="el-icon-view"
:disabled="scope.row.ReadingTaskState !== 2"
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