diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue index 3fe35e7de..c5f33c4c0 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue @@ -11,8 +11,9 @@ :visible="visible" style="height: 100%;overflow: auto;padding-bottom: 53px;"> +
{{$t('basicInformation')}}
- +
{{'VDR'}} @@ -20,9 +21,7 @@
-
- - +
{{$t('theme')}} @@ -32,7 +31,7 @@ - +
{{$t('authenticationimpact')}} @@ -40,9 +39,7 @@
-
- - +
{{$t('influencestatute') + '-CN'}} @@ -52,7 +49,7 @@ - +
{{$t('influencestatute') + '-EU'}} @@ -61,47 +58,51 @@ -
{{$t('applicationprojectversion')}}
+
{{$t('applicationprojectversion')}}
- {{item.versionName}} + {{$t('phoneVersionNumber') + ':' + item.versionName}}
- - -
- {{$t('certificationStartOne')}} - +
+ + +
+ {{$t('certificationStartOne')}} + {{item.attestationStartTime?item.attestationStartTime:'--'}} -
-
- -
- {{$t('certificationdeclaration')}} - +
+
+ +
+ {{$t('certificationdeclaration')}} + {{item.certificationSubmission?item.certificationSubmission:'--'}} -
-
-
- - -
- {{$t('certificationEnd')}} - +
+
+
+ + +
+ {{$t('certificationEnd')}} + {{item.attestationEndTime?item.attestationEndTime:'--'}} -
-
- -
- {{$t('CertificationProgress')}} - +
+
+ +
+ {{$t('CertificationProgress')}} + {{item.attestationSchedule?item.attestationSchedule:'--'}} -
-
-
+
+ + +
@@ -190,6 +191,11 @@ export default {