From 5ebae2c4f1b62b7e9bfad74cec8b91bb42f76552 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 16 Sep 2025 16:42:09 +0800 Subject: [PATCH] =?UTF-8?q?trials:reading:warnning:msg14=20=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IRecist/QuestionForm.vue | 1 + .../reading/dicoms/components/IRecist/QuestionList.vue | 1 + .../reading/dicoms/components/Lugano/QuestionForm.vue | 1 + .../reading/dicoms/components/Lugano/QuestionList.vue | 1 + .../reading/dicoms/components/MRecist/QuestionForm.vue | 1 + .../reading/dicoms/components/MRecist/QuestionList.vue | 1 + .../reading/dicoms/components/Recist/QuestionForm.vue | 1 + .../reading/dicoms/components/Recist/QuestionList.vue | 1 + .../reading/dicoms/components/RecistBM/QuestionForm.vue | 1 + .../reading/dicoms/components/RecistBM/QuestionList.vue | 1 + 10 files changed, 10 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue index 6443eb1..270d83f 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue @@ -497,6 +497,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName) msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue index bd7c0e5..27be902 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue @@ -744,6 +744,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', qs.QuestionName) msg = msg.replace('xxx', qs.MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue index ea7b23e..c014f61 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue @@ -618,6 +618,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName) msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue index 97eeacd..58c2180 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue @@ -883,6 +883,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', qs.QuestionName) msg = msg.replace('xxx', qs.MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionForm.vue index bc6981d..f690c9e 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionForm.vue @@ -397,6 +397,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName) msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionList.vue index 0ddaa92..39a2955 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRecist/QuestionList.vue @@ -658,6 +658,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', qs.QuestionName) msg = msg.replace('xxx', qs.MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue index 238ca30..580abf2 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue @@ -480,6 +480,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName) msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionList.vue index fc95fa5..5842c02 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionList.vue @@ -639,6 +639,7 @@ export default { let msg = this.$t('trials:reading:warnning:msg14') // msg = msg.replace('xxx', qs.QuestionName) msg = msg.replace('xxx', qs.MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue index 53dcf3b..a4aa838 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue @@ -437,6 +437,7 @@ export default { if (idx > -1 && !!this.tableQuestions[idx].MaxQuestionCount && this.tableQuestions[idx].MaxQuestionCount <= this.tableQuestions[idx].TableQuestions.Answers.length) { let msg = this.$t('trials:reading:warnning:msg14') msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false, diff --git a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionList.vue index 99e7ff8..ed55705 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionList.vue @@ -611,6 +611,7 @@ export default { if (!!qs.MaxQuestionCount && qs.MaxQuestionCount <= qs.TableQuestions.Answers.length) { let msg = this.$t('trials:reading:warnning:msg14') msg = msg.replace('xxx', qs.MaxQuestionCount) + msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType)) this.$confirm(msg, { type: 'warning', showCancelButton: false,