uat_us
caiyiling 2024-03-26 17:11:25 +08:00
commit 3e24df32f0
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -191,7 +191,7 @@
</el-table-column> </el-table-column>
<!-- 阅片人 --> <!-- 阅片人 -->
<el-table-column <el-table-column
prop="UserName" prop="DoctorUser.UserName"
:label="$t('trials:pmMedicalReview:select:reader')" :label="$t('trials:pmMedicalReview:select:reader')"
width="120" width="120"
sortable="custom" sortable="custom"