From a04f6d3b90e1c877bfd7eae14fae40446f690937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 20 Oct 2023 14:38:00 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=201.=20=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0=E5=BD=B1=E5=93=8D=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=202.=20=E4=B8=BB=E9=A2=98=E5=86=85=E5=AE=B9=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E4=B8=8E=E4=B8=8B=E9=9D=A2=E6=96=87=E5=AD=97=E9=87=8D?= =?UTF-8?q?=E5=8F=A0=EF=BC=8C=E5=BA=94=E8=87=AA=E9=80=82=E5=BA=94=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=203.=20=E8=AF=A6=E6=83=85=E4=B8=AD=E5=A2=9E=E5=8A=A0J?= =?UTF-8?q?ira=20ticket=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/vdrDetial.vue | 321 ++++++++++-------- 1 file changed, 171 insertions(+), 150 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue index 21438bc5d..4a0f80e98 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue @@ -16,7 +16,8 @@ {{'VDR'}} - + {{form.vdr}} @@ -41,7 +42,8 @@ - {{$t('influencestatute') + '-CN'}} + {{$t('influencestatute') + '-CN'}} {{form.impactCnHomo}} @@ -51,12 +53,21 @@ - {{$t('influencestatute') + '-EU'}} + {{$t('influencestatute') + '-EU'}} {{form.impactEuHomo}} + + + + {{$t('impactdescription')}} + + {{form.homologation}} + + {{$t('applicationprojectversion')}} @@ -80,7 +91,8 @@ - {{$t('certificationdeclaration')}} + {{$t('certificationdeclaration')}} {{item.certificationSubmission?item.certificationSubmission:'--'}} @@ -108,7 +120,7 @@ {{$t('close')}} - + @@ -117,164 +129,173 @@ \ No newline at end of file