From e35f6c5471e579c4c9e7faebb5228f732cb8568e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 2 Feb 2026 15:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E9=98=85=E7=89=87=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E6=AF=94=E4=BE=8B=E5=B0=BA=E5=BC=B9=E6=A1=86=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=8F=96=E6=B6=88=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/visit-review/components/FileViewer.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index 7f82910f..5240577f 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -1417,7 +1417,12 @@ export default { this.saveCustomAnnotation(annotation) } else { await this.$confirm( - this.$t('trials:trials-list:table:allQuestionChange') + this.$t('trials:trials-list:table:allQuestionChange'), '', { + showClose: false, + showCancelButton: false, + closeOnClickModal: false, + closeOnPressEscape: false + } ).then(() => { this.saveCustomAnnotation(annotation, 1) }) @@ -1866,7 +1871,12 @@ export default { this.saveCustomAnnotation(annotation) } else { this.$confirm( - this.$t('trials:trials-list:table:allQuestionChange') + this.$t('trials:trials-list:table:allQuestionChange'), '', { + showClose: false, + showCancelButton: false, + closeOnClickModal: false, + closeOnPressEscape: false + } ).then(() => { this.saveCustomAnnotation(annotation, 1) })