diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
index 019847eb0..975f0920d 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
@@ -66,7 +66,7 @@
- {{item.title}}
+ {{item.versionName}}
@@ -74,15 +74,15 @@
{{$t('certificationStartOne')}}
-
- {{item.certificationStartOne}}
+
+ {{item.attestationStartTime}}
{{$t('certificationdeclaration')}}
-
- {{item.certificationdeclaration}}
+
+ {{item.certificationSubmission}}
@@ -90,15 +90,15 @@
{{$t('certificationEnd')}}
-
- {{item.certificationEnd}}
+
+ {{item.attestationEndTime}}
{{$t('CertificationProgress')}}
-
- {{item.CertificationProgress}}
+
+ {{item.attestationSchedule}}
@@ -170,6 +170,12 @@ export default {
...mapGetters(['userInfo']),
addModel(record) {
this.form=record
+ getAction('/ota/otaManageApplyEO/getVersionInfo', {vdr:this.form.vdr}).then((res) => {
+ if (res.success) {
+ this.vdrList = res.result
+ } else {
+ }
+ })
this.visible = true
this.confirmLoading = false
console.log('555',record);