From 1f51bbd17836be65aff4aa1cdf064853230ac816 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 4 Mar 2026 10:17:06 +0800 Subject: [PATCH] =?UTF-8?q?OCT=E5=AF=BC=E5=85=A5=E6=B5=8B=E9=87=8F?= =?UTF-8?q?=E5=80=BC=E8=8E=B7=E5=8F=96=E6=A8=A1=E6=9D=BF=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IVUS/QuestionList.vue | 2 +- .../reading/dicoms/components/OCT/QuestionList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index 811b6f98..1050b4cd 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -802,7 +802,7 @@ export default { uploadTpl(lesionType, TableName) { this.upload.lesionType = lesionType this.upload.TableName = TableName - this.upload.title = `导入( ${this.$fd('LesionType', lesionType)} )` + this.upload.title = `${this.$fd('LesionType', lesionType)}` this.upload.visible = true }, async downloadTpl() { diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index 2ccbc36c..edce5886 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -805,7 +805,7 @@ export default { uploadTpl(lesionType, TableName) { this.upload.lesionType = lesionType this.upload.TableName = TableName - this.upload.title = `导入( ${this.$fd('LesionType', lesionType)} )` + this.upload.title = `${this.$fd('LesionType', lesionType)}` this.upload.visible = true }, async downloadTpl(lesionType) { @@ -813,7 +813,7 @@ export default { const params = { visitTaskId: this.visitTaskId } - if (lesionType === 112) { + if (lesionType === 104) { await getOCTFCTTemplate(params) } else { await getOCTLipidAngleTemplate(params)