Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
f5492e42d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue