裁判阅片待阅列表不显示上传下载按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3dfe5b57a1
commit
b62a36b63a
|
@ -159,7 +159,8 @@
|
|||
<el-button
|
||||
v-if="
|
||||
item.ImageUploadEnum > 0 &&
|
||||
item.IsReadingTaskViewInOrder > 0
|
||||
item.IsReadingTaskViewInOrder > 0 &&
|
||||
!scope.row.IsSubjectJudge
|
||||
"
|
||||
v-hasPermi="['role:ir']"
|
||||
circle
|
||||
|
@ -171,7 +172,8 @@
|
|||
<el-button
|
||||
v-if="
|
||||
item.ImageDownloadEnum === 1 &&
|
||||
item.IsReadingTaskViewInOrder > 0
|
||||
item.IsReadingTaskViewInOrder > 0 &&
|
||||
!scope.row.IsSubjectJudge
|
||||
"
|
||||
v-hasPermi="['role:ir']"
|
||||
circle
|
||||
|
@ -288,7 +290,6 @@ import { getIRUnReadSubjectTaskList, verifyReadingRestTime } from '@/api/trials'
|
|||
import { getTrialCriterionList } from '@/api/trials/reading'
|
||||
import { clearSkipReadingCache } from '@/api/reading'
|
||||
import BaseContainer from '@/components/BaseContainer'
|
||||
import uploadImage from '@/components/uploadImage'
|
||||
import uploadDicomAndNonedicom from '@/components/uploadDicomAndNonedicom'
|
||||
import downloadDicomAndNonedicom from '@/components/downloadDicomAndNonedicom'
|
||||
import Pagination from '@/components/Pagination'
|
||||
|
@ -305,7 +306,6 @@ export default {
|
|||
components: {
|
||||
BaseContainer,
|
||||
Pagination,
|
||||
'upload-image': uploadImage,
|
||||
'upload-dicom-and-nonedicom': uploadDicomAndNonedicom,
|
||||
'download-dicom-and-nonedicom': downloadDicomAndNonedicom,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue