From 451fa0078d82ad3529e3e8c2def0d93e18adc912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 8 Mar 2024 17:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dicom-show/dicom-study.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/dicom-show/dicom-study.vue b/src/views/dicom-show/dicom-study.vue index efc385e2..96f6b938 100644 --- a/src/views/dicom-show/dicom-study.vue +++ b/src/views/dicom-show/dicom-study.vue @@ -403,6 +403,7 @@ export default { data.isReading = true } var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr) + message = this.$t('trials:audit:message:changeSeriesStatus').replace('yyy', this.$fd('YesOrNo', data.isReading)) this.$confirm(message, { distinguishCancelAndClose: true, type: 'warning' @@ -430,6 +431,7 @@ export default { data.isDeleted = true } var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr) + message = this.$t('trials:audit:message:changeSeriesStatus').replace('yyy', this.$fd('YesOrNo', data.isDeleted)) this.$confirm(message, { distinguishCancelAndClose: true, type: 'warning'