diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 7e6110ed9..bbb922d94 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -76,8 +76,8 @@
- {{ $t('softwareversion') }} - {{ $t('softwarereleasetime') }}:2023-11-13 + {{ $route.query.plannedBpLaunchBatch }} + {{ $t('softwarereleasetime') }}:{{$route.query.releaseName}}
{{text}} + + +
{ if(item.id == val){ diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue index afb9d6452..f4eaabef0 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue @@ -78,14 +78,14 @@ export default { // } // ], }, - ids: '' + row: {} } }, mounted() { }, methods: { edit(row) { - this.ids = row + this.row = row this.visible = true this.$nextTick(() => { this.formInline = {} @@ -97,7 +97,6 @@ export default { if (valid) { let query = { ...this.formInline, - ids:this.ids } this.confirmLoading = true // postAction('ota/otaBaSjList/batchRecord', query).then((res) => { @@ -111,6 +110,7 @@ export default { // this.confirmLoading = false // } // }) + this.$emit('remarkForm',this.formInline.remark,this.row.id) } }) }, diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue index 36e8f28b3..019847eb0 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue @@ -15,8 +15,8 @@
{{'VDR'}} - - {{form.VDR}} + + {{form.vdr}}
@@ -25,8 +25,8 @@
{{$t('theme')}} - - {{form.theme}} + + {{form.summary}}
@@ -35,8 +35,8 @@
{{$t('authenticationimpact')}} - - {{form.authenticationimpact}} + + {{form.homologationImpact}}
@@ -45,8 +45,8 @@
{{$t('influencestatute') + '-CN'}} - - {{form.influencestatuteCn}} + + {{form.impactCnHomo}}
@@ -55,13 +55,13 @@
{{$t('influencestatute') + '-EU'}} - - {{form.influencestatuteEu}} + + {{form.impactEuHomo}}
-
{{$t('applicationprojectversion')}}
+
{{$t('applicationprojectversion')}}
@@ -169,7 +169,7 @@ export default { methods: { ...mapGetters(['userInfo']), addModel(record) { - this.record=record + this.form=record this.visible = true this.confirmLoading = false console.log('555',record); @@ -209,6 +209,7 @@ export default { .detail-text{ display: inline-block; width: 95px; + font-weight: bold; } .title-text { width: 250px;