From db262302087fa8f71dacad80c8b4b42231c417f8 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 17 Mar 2025 09:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/wantBuy.vue | 6 +++--- src/views/secondHandCar/wantBuySale.vue | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index 867ac9e8..8e5da079 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -157,9 +157,9 @@ export default { this.supplierName=res.data?.supplierName this.supplierCode=res.data?.supplierCode if(res.data.vehicleType.includes(',')){ - let res=res.data.vehicleType?.split(',') - this.form.vehicleType=res[0] - this.ortherReason=res[1] + let result=res.data.vehicleType?.split(',') + this.form.vehicleType=result[0] + this.ortherReason=result[1] } } let wantBuyFormInfo=localStorage.getItem("wantBuyFormInfo") ? JSON.parse(localStorage.getItem("wantBuyFormInfo")) : '' diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index a10a5fcf..47ff02fc 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -214,6 +214,7 @@ export default { .itemInfo{ display: flex; flex-direction: column; + width: 25%; span:first-child{ font-weight: bold; font-size: 14px;