From 381552069bae967a9305dd957750c563b9bc3afe Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Sat, 25 Mar 2023 19:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vehicleinformation/components/historicalrecord.vue | 8 +++----- .../src/views/otamanagement/vehicleregistration/index.vue | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) 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'),