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