From 290210c27ef4ae0dd6d6e67ba291fb238ae10356 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 21 Jul 2025 14:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=E9=97=AE=E9=A2=98=E6=B5=8B?= =?UTF-8?q?=E9=87=8F=E5=90=8E=EF=BC=8C=E6=8F=90=E7=A4=BA=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E5=90=8D=E7=A7=B0=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=A4=96=E9=83=A8=E5=BC=B9=E7=AA=97=E4=BC=9A?= =?UTF-8?q?=E8=A2=AB=E5=85=B3=E9=97=AD=EF=BC=8C=E6=AD=A4=E6=97=B6=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E6=97=A0=E5=90=8D=E7=A7=B0=E4=BB=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=A2=AB=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 0de556a6..bb903d5d 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2943,7 +2943,12 @@ export default { // 请输入标记名称 const { value } = await this.$prompt(this.$t('trials:noneDicom:message:msg1'), '', { showClose: false, - showCancelButton: isShowCancelButton, + cancelButtonText: isShowCancelButton ? this.$t('trials:reading:button:temporarySave') : this.$t('common:button:cancel'), + confirmButtonText: isShowCancelButton ? this.$t('trials:reading:button:enduringSave') : this.$t('trials:reading:button:relevancy'), + // showCancelButton: isShowCancelButton, + showCancelButton: true, + closeOnClickModal: false, + closeOnPressEscape: false, beforeClose: (action, instance, done) => { if (action === 'confirm') { const value = instance.inputValue