From cf943ea3280b9fce3117a0130353005d27fb0a27 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 24 Jun 2025 10:43:45 +0800 Subject: [PATCH] 1 --- .../reading/dicoms/customize/CustomizeQuestionTableFormItem.vue | 2 +- .../dicoms3D/components/customize/QuestionTableFormItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue index 42acda72..b6846c4c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue @@ -350,7 +350,7 @@ export default { methods: { numberInput(id,notId = false) { if(notId ) { - this.calculationValue = this.calculationValue.toUpperCase(); + // this.calculationValue = this.calculationValue.toUpperCase(); }else { this.questionForm[id] = this.questionForm[id].toUpperCase(); } diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue index 0be8dc0a..4f2defee 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue @@ -428,7 +428,7 @@ export default { methods: { numberInput(id,notId = false) { if(notId ) { - this.calculationValue = this.calculationValue.toUpperCase(); + // this.calculationValue = this.calculationValue.toUpperCase(); }else { this.questionForm[id] = this.questionForm[id].toUpperCase(); }