失效任务退回按钮禁用
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
94af3983f2
commit
11638f54ea
|
@ -174,8 +174,8 @@
|
||||||
handleCommand('getDownloadSubjectVisitStudyInfo', scope.row)
|
handleCommand('getDownloadSubjectVisitStudyInfo', scope.row)
|
||||||
" />
|
" />
|
||||||
<!--退回-->
|
<!--退回-->
|
||||||
<el-button circle icon="el-icon-back" :loading="downloading" :title="$t('trials:reading:button:back')"
|
<el-button circle icon="el-icon-back" :disabled="scope.row.TaskState == '3'" :loading="downloading"
|
||||||
@click="imageBack(scope.row)" />
|
:title="$t('trials:reading:button:back')" @click="imageBack(scope.row)" />
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
Loading…
Reference in New Issue