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 @@