Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling ff7305c3a0 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-09-04 14:29:33 +08:00
caiyiling 6f03bbe14c 阅片跟踪影像退回逻辑限制 2024-09-04 14:28:49 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@
/>
<!-- 退回 -->
<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'])"
icon="el-icon-back"
circle