失效任务退回按钮禁用
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-24 16:37:49 +08:00
parent 94af3983f2
commit 11638f54ea
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" :loading="downloading" :title="$t('trials:reading:button:back')"
@click="imageBack(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)" />
</template>
</el-table-column>
</el-table>