From d44d318b42f85c601610ae7347c0e92fb167a04e Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 23 Aug 2023 17:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=9B=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/historyTable.vue | 2 +- .../components/vdrDetial.vue | 2 +- .../components/otastatus.vue | 89 ++++++++++--------- 3 files changed, 47 insertions(+), 46 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue index 54916b9f0..5ba903e9d 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue @@ -17,7 +17,7 @@ - {{text && text.length > 40?text.slice(0,39)+'...':text}} + {{text && text.length > 30?text.slice(0,29)+'...':text}} diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue index 69ebdb262..369a7881e 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue @@ -34,7 +34,7 @@
- {{$t('authenticationimpact')}} + {{$t('authenticationimpact')}} {{form.homologationImpact}}
diff --git a/jero-web/src/views/projectManagement/components/otastatus.vue b/jero-web/src/views/projectManagement/components/otastatus.vue index 59bcc9d97..ec43c5a50 100644 --- a/jero-web/src/views/projectManagement/components/otastatus.vue +++ b/jero-web/src/views/projectManagement/components/otastatus.vue @@ -37,53 +37,54 @@
-
- - - - - - - - - - - - - - - -
{{$t('tobematched')}}{{$t('Pendingapproval')}}{{$t('lock')}}{{$t('sendBack')}}
{{matchForm.to_be_matched}}{{matchForm.to_be_approved}}{{matchForm.locked}}{{matchForm.rejected}}
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - -
{{$t('Notatthe')}}{{$t('inProgress')}}{{$t('experimentPassed')}}{{$t('experimentFailed')}}{{$t('componentReportNotSubmitted')}}{{$t('componentReportSubmitted')}}{{$t('componentReportHasBeenStored')}}
{{authenticationForm.Not_start}}{{authenticationForm.In_progress}}{{authenticationForm.Test_passed}}{{authenticationForm.Test_failed}}{{authenticationForm.Component_report_not_submitted}}{{authenticationForm.Component_report_submitted}}{{authenticationForm.Component_report_has_been_stored}}
-
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +