1
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-09 13:56:29 +08:00
parent e05986ac9f
commit bfb1c03c63
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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
},