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