From e024c6c0b1d454cb8296e48ef2e7d0f67015bf63 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 9 Sep 2024 13:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E3=80=81=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E8=AF=A6=E6=83=85=E5=8F=97=E8=AF=95=E8=80=85?= =?UTF-8?q?id=E6=9C=AA=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/downloadDicomAndNonedicom/index.vue | 2 +- src/components/uploadDicomAndNonedicom/dicomFile.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/downloadDicomAndNonedicom/index.vue b/src/components/downloadDicomAndNonedicom/index.vue index 4d5f1f0a..d33f739d 100644 --- a/src/components/downloadDicomAndNonedicom/index.vue +++ b/src/components/downloadDicomAndNonedicom/index.vue @@ -362,7 +362,7 @@ export default { return { files, name } }, handleOpenDialog(item) { - this.model_cfg.title = `${item.SubejctCode || ''}>${item.TaskBlindName}` + this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}` if (item.IsDicom) { this.modelList = item.DicomStudyList } else { diff --git a/src/components/uploadDicomAndNonedicom/dicomFile.vue b/src/components/uploadDicomAndNonedicom/dicomFile.vue index 0fc3c45a..779e767f 100644 --- a/src/components/uploadDicomAndNonedicom/dicomFile.vue +++ b/src/components/uploadDicomAndNonedicom/dicomFile.vue @@ -626,7 +626,7 @@ export default { }, // 打开弹窗 handleOpenDialog(item, list) { - this.model_cfg.title = `${item.SubejctCode || ''}>${item.TaskBlindName}` + this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}` this.modelList = item[list] this.model_cfg.visible = true },