From efe76bb67573afa546630e1b5f3202e98abf0e47 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 2 Apr 2025 10:24:08 +0800 Subject: [PATCH] =?UTF-8?q?story#5314=20=E4=BA=8C=E3=80=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=BC=98=E5=8C=96=EF=BC=8C=E5=90=AB=E7=A8=8E=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=EF=BC=8C=E7=82=B9=E5=87=BB=E8=BD=A6=E6=BA=90=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=AF=A6=E6=83=85=E7=9A=84=E7=85=A7=E7=89=87=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 8 ++++---- src/views/secondHandCar/forSale.vue | 10 +++++++--- src/views/secondHandCar/indexList.vue | 5 +++-- src/views/secondHandCar/mineRelease.vue | 3 ++- src/views/secondHandCar/wantBuy.vue | 6 +++--- src/views/secondHandCar/wantBuySale.vue | 5 +++-- 6 files changed, 22 insertions(+), 15 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 8048270e..dd2dfe9c 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -40,7 +40,7 @@
*车辆类型 - 拖车 + 平板拖车 地库车 牵引车 随车吊 @@ -50,8 +50,8 @@ *落板方式 全落地 - 斜落地 - 一般平板 + 斜落一体 + 普通斜板
@@ -99,7 +99,7 @@ >
- *售价 + *含税价格
- + @@ -35,6 +35,7 @@ {{ detailInfo.createTime?.substring(0,10) }}{{ detailInfo.areaName }}发布
+ 含税价格: {{ formatNumber(detailInfo.minPrice) }}
@@ -51,12 +52,12 @@
{{ detailInfo.vehicleType }} - 拖车类型 + 车辆类型
{{ detailInfo.boardType?.label }}   - 拖车落板 + 落板方式
@@ -366,4 +367,7 @@ export default { width: 100%; height: 100%; } + ::v-deep .el-carousel__button { + height: 0.15rem !important; + } diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index f61d6ae6..9bd337e7 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -94,8 +94,9 @@ {{ item.brandModel?.match(/^[\u4e00-\u9fa5]+/)?.[0]?.replace(/牌$/, '') }} | {{item.emissionStandard?.label}} | {{ formatToWan(item.mileage) }}公里
{{ item.boardType?.label ? item.boardType?.label+' | ' : ''}} {{item.emissionStandard?.label}}
注册日期: {{item.registerDate?.substring(0,10)}}
-
{{formatNumber(item.minPrice) }}
+
含税价格: {{formatNumber(item.minPrice) }}
+ 含税价格: {{formatNumber(item.minPrice) }} ~ {{formatNumber(item.maxPrice) }} @@ -183,7 +184,7 @@ export default { {value:1,label:'不限'},{value:3,label:'国三'},{value:4,label:'国四'},{value:5,label:'国五'},{value:6,label:'国六'} ], boardTypeOption:[ - {value:1,label:'全落地'},{value:2,label:'斜落地'},{value:3,label:'一般斜板'},{value:9,label:'不限'} + {value:1,label:'全落地'},{value:2,label:'斜落一体'},{value:3,label:'普通斜板'},{value:9,label:'不限'} ], poupShow:false, suggestContent:'', diff --git a/src/views/secondHandCar/mineRelease.vue b/src/views/secondHandCar/mineRelease.vue index 98d5928e..25b9446f 100644 --- a/src/views/secondHandCar/mineRelease.vue +++ b/src/views/secondHandCar/mineRelease.vue @@ -40,8 +40,9 @@
{{ item.boardType?.label ? item.boardType?.label+' | ' : ''}} {{item.vehicleType }} | {{item.emissionStandard?.label}}
-
{{formatNumber(item.minPrice) }}
+
含税价格:{{formatNumber(item.minPrice) }}
+ 含税价格: {{formatNumber(item.minPrice) }} ~ {{formatNumber(item.maxPrice) }} diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index 22495413..79614967 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -24,7 +24,7 @@ *求购类型
- 拖车 + 平板拖车 地库车 牵引车 随车吊 @@ -41,8 +41,8 @@ *落板方式 全落地 - 斜落地 - 一般平板 + 斜落一体 + 普通斜板 不限
diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index a225a92e..63eb034e 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -15,6 +15,7 @@ {{ detailInfo.createTime?.substring(0,10) }}发布
+ 含税价格: {{formatNumber(detailInfo.minPrice) }} ~ {{formatNumber(detailInfo.maxPrice) }} @@ -29,12 +30,12 @@ {{ detailInfo.vehicleType }} - 拖车类型 + 车辆类型
{{ detailInfo.boardType?.label }}   - 拖车落板 + 落板方式