From 3052b269e938fddbbe93b90be175a028ee454816 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 27 Dec 2024 10:52:18 +0800 Subject: [PATCH] =?UTF-8?q?MRI-PDFF=E9=98=85=E7=89=87=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BD=E9=99=85=E5=8C=96=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E5=8F=8A=E6=8A=A5=E5=91=8A=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms/components/MRIPDFF/QuestionForm.vue | 17 +++++++++-------- .../dicoms/components/MRIPDFF/QuestionList.vue | 10 ++++++---- .../reading/dicoms/components/ReportPage.vue | 11 ++++++++++- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue index b5c2b6c9..22bbc270 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue @@ -10,8 +10,7 @@

- - {{ lesionName }} +

@@ -52,7 +51,7 @@ type="text" @click="addAnnotation(qs)" > - 测量 + {{$t('trials:MRIPDFF:button:measure')}} - 清除 + {{$t('trials:MRIPDFF:button:clear')}} - + - 返回 + {{$t('trials:MRIPDFF:button:return')}} i.saveEnum === 0) if (i > -1) { - this.$message.warning('请先保存标注信息!') + // 请先保存标注信息! + this.$message.warning(this.$t('trials:MRIPDFF:message:message1')) return } } else { // 不可测量时,清空测量值,平均值 + // '是否确认不可测量?' const confirm = await this.$confirm( - '是否确认不可测量?', + this.$t('trials:MRIPDFF:message:message2'), { type: 'warning', distinguishCancelAndClose: true diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionList.vue index b306cb62..ce2be9a8 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionList.vue @@ -34,9 +34,12 @@
- 分段 - 是否可测量 - 平均值 + + {{$t('trials:MRIPDFF:label:col1')}} + + {{$t('trials:MRIPDFF:label:col2')}} + + {{$t('trials:MRIPDFF:label:col3')}}
@@ -107,7 +110,6 @@