阅片跟踪影像退回逻辑限制

uat_us
caiyiling 2024-09-04 14:28:49 +08:00
parent 4db4aed4dd
commit 6f03bbe14c
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@
/> />
<!-- 退回 --> <!-- 退回 -->
<el-button <el-button
:disabled="scope.row.ReadingTaskState === 2 || scope.row.ReadingCategory !== 1 || scope.row.TaskState !== 0" :disabled="scope.row.ReadingTaskState === 2 || scope.row.ReadingCategory !== 1 || scope.row.TaskState !== 0 || scope.row.IsManualGeneration"
v-if="hasPermi(['trials:trials-panel:readingTracking:edit'])" v-if="hasPermi(['trials:trials-panel:readingTracking:edit'])"
icon="el-icon-back" icon="el-icon-back"
circle circle