@@ -126,6 +126,7 @@
|
||||
<!--下载--->
|
||||
<el-button
|
||||
circle
|
||||
:loading="btnLoading"
|
||||
icon="el-icon-download"
|
||||
:title="$t('download:button:download')"
|
||||
@click.stop="getIRReadingDownloadStudyInfo('one', scope.row)"
|
||||
@@ -362,7 +363,7 @@ export default {
|
||||
return { files, name }
|
||||
},
|
||||
handleOpenDialog(item) {
|
||||
this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}`
|
||||
this.model_cfg.title = `${item.SubjectCode || ''} > ${item.TaskBlindName}`
|
||||
if (item.IsDicom) {
|
||||
this.modelList = item.DicomStudyList
|
||||
} else {
|
||||
|
||||
@@ -626,7 +626,7 @@ export default {
|
||||
},
|
||||
// 打开弹窗
|
||||
handleOpenDialog(item, list) {
|
||||
this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}`
|
||||
this.model_cfg.title = `${item.SubjectCode || ''} > ${item.TaskBlindName}`
|
||||
this.modelList = item[list]
|
||||
this.model_cfg.visible = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user