From a8f80b937a2298d80b9ee4f7509f90b08dcf58e5 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 6 Sep 2023 11:04:21 +0800 Subject: [PATCH] =?UTF-8?q?VDR=E8=AF=A6=E6=83=85=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/vdrDetial.vue | 92 ++++++++++--------- 1 file changed, 51 insertions(+), 41 deletions(-) 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 {