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)