1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-24 16:44:50 +08:00
parent 11638f54ea
commit 962d0a67f6
1 changed files with 2 additions and 2 deletions

View File

@ -174,8 +174,8 @@
handleCommand('getDownloadSubjectVisitStudyInfo', scope.row)
" />
<!--退回-->
<el-button circle icon="el-icon-back" :disabled="scope.row.TaskState == '3'" :loading="downloading"
:title="$t('trials:reading:button:back')" @click="imageBack(scope.row)" />
<el-button circle icon="el-icon-back" :disabled="![0, 5].includes(scope.row.TaskState)"
:loading="downloading" :title="$t('trials:reading:button:back')" @click="imageBack(scope.row)" />
</template>
</el-table-column>
</el-table>