diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue index 5868eadf3..67c45f9d2 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue @@ -6,9 +6,9 @@
{{item.sjzt}} + :title="item.sjzt">{{item.sjzt_dictText}}
- {{item.sjzt}} + {{item.sjzt_dictText}} {{item.updateTime}}
@@ -48,9 +48,7 @@ }, getList() { let query = { - pageNo: this.pageNo, - pageSize: this.pageSize, - ...queryParam + otaId:localStorage.getItem('otaId') } this.loading = true getAction('ota/otaBaCxLsjl/list', query).then((res) => { diff --git a/jero-web/src/views/otamanagement/vehicleregistration/index.vue b/jero-web/src/views/otamanagement/vehicleregistration/index.vue index 8227a4df8..5bb053bb7 100644 --- a/jero-web/src/views/otamanagement/vehicleregistration/index.vue +++ b/jero-web/src/views/otamanagement/vehicleregistration/index.vue @@ -242,7 +242,7 @@ export default { align: 'left', width: 140, ellipsis: true, - dataIndex: 'bazt' + dataIndex: 'bazt_dictText' }, { title: this.$t('filingtime'),