Compare commits

..

No commits in common. "7bb0213a8cb4b95cf03f63d3ae2ea8af3e48fc03" and "64fd549d12147e1134afeae03a9e0dfd0ab15a80" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -114,8 +114,7 @@
circle circle
:disabled=" :disabled="
!scope.row.UploadStudyList || !scope.row.UploadStudyList ||
scope.row.UploadStudyList.length <= 0 || scope.row.UploadStudyList.length <= 0
scope.row.ReadingTaskState === 2
" "
icon="el-icon-delete" icon="el-icon-delete"
:title="$t('upload:dicom:button:delete')" :title="$t('upload:dicom:button:delete')"

View File

@ -203,10 +203,7 @@
/> />
<!--删除---> <!--删除--->
<el-button <el-button
:disabled=" :disabled="scope.row.UploadedFileCount <= 0"
scope.row.UploadedFileCount <= 0 ||
scope.row.ReadingTaskState === 2
"
circle circle
icon="el-icon-delete" icon="el-icon-delete"
:title="$t('upload:nonedicom:button:delete')" :title="$t('upload:nonedicom:button:delete')"