From 3429ff3cbd1e2ca01b564793593a83a811e25695 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 29 Aug 2025 17:17:33 +0800 Subject: [PATCH] =?UTF-8?q?tnm=E5=88=86=E6=9C=9F=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/ReportPage.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue index 7af322d..9ea38c3 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -3,17 +3,15 @@
-
-

{{ $t('trials:readingReport:title:eicrf') }}

- - - {{ $t('trials:readingReport:button:tnm') }} - -
+

{{ $t('trials:readingReport:title:eicrf') }}

+ + + {{ $t('trials:readingReport:button:tnm') }} + {{ $t('trials:readingReport:button:skip') }} @@ -351,7 +349,7 @@ export default { let res = await getTNMValue(data) if (res.IsSuccess) { this.TnmForm = res.Result - return res.Result.TnmValue + return res.Result.TNMValue } return false } catch (err) {