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