uat_us
caiyiling 2024-04-26 17:39:30 +08:00
commit f5492e42d5
1 changed files with 4 additions and 2 deletions

View File

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