Compare commits

...

2 Commits

Author SHA1 Message Date
DESKTOP-6C3NK6N\WXS 4988155499 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2024-09-09 13:39:13 +08:00
DESKTOP-6C3NK6N\WXS e024c6c0b1 上传、下载检查详情受试者id未展示 2024-09-09 13:39:00 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ export default {
return { files, name } return { files, name }
}, },
handleOpenDialog(item) { handleOpenDialog(item) {
this.model_cfg.title = `${item.SubejctCode || ''}>${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 {

View File

@ -626,7 +626,7 @@ export default {
}, },
// //
handleOpenDialog(item, list) { handleOpenDialog(item, list) {
this.model_cfg.title = `${item.SubejctCode || ''}>${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
}, },