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}}
-
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +