Compare commits
No commits in common. "7bb0213a8cb4b95cf03f63d3ae2ea8af3e48fc03" and "64fd549d12147e1134afeae03a9e0dfd0ab15a80" have entirely different histories.
7bb0213a8c
...
64fd549d12
|
@ -114,8 +114,7 @@
|
|||
circle
|
||||
:disabled="
|
||||
!scope.row.UploadStudyList ||
|
||||
scope.row.UploadStudyList.length <= 0 ||
|
||||
scope.row.ReadingTaskState === 2
|
||||
scope.row.UploadStudyList.length <= 0
|
||||
"
|
||||
icon="el-icon-delete"
|
||||
:title="$t('upload:dicom:button:delete')"
|
||||
|
|
|
@ -203,10 +203,7 @@
|
|||
/>
|
||||
<!--删除--->
|
||||
<el-button
|
||||
:disabled="
|
||||
scope.row.UploadedFileCount <= 0 ||
|
||||
scope.row.ReadingTaskState === 2
|
||||
"
|
||||
:disabled="scope.row.UploadedFileCount <= 0"
|
||||
circle
|
||||
icon="el-icon-delete"
|
||||
:title="$t('upload:nonedicom:button:delete')"
|
||||
|
|
Loading…
Reference in New Issue