story#6962,二手拖车系统优化-底盘和上装的外部展示和搜索

This commit is contained in:
2025-08-07 11:54:33 +08:00
parent 21221c2196
commit 24b94ebc8c
2 changed files with 12 additions and 6 deletions

View File

@@ -16,7 +16,6 @@
:preview-src-list="[item]"
class="swipeImg"
/>
<!-- <img v-if="item" class="swipeImg" :src="item" />-->
</el-carousel-item>
</el-carousel>
<van-swipe v-else @change="onChange" :autoplay="3000">
@@ -34,8 +33,9 @@
<span>{{ detailInfo.boardType?.label }}</span>
<span>{{ detailInfo.licenseType?.label }}</span>
<span>{{detailInfo.brandModel?.match(/^[\u4e00-\u9fa5]+/)?.[0]?.replace(/牌$/, '')}}</span>
<span>{{ formatToWan(detailInfo.mileage) }}公里</span>
<span>{{ detailInfo.emissionStandard?.label }}</span>
<span>{{ detailInfo.underpanBrand }}</span>
<span>{{ formatToWan(detailInfo.mileage) }}公里</span>
</div>
<div class="time">
<span>{{ detailInfo.createTime?.substring(0,10) }}</span><span>{{ detailInfo.areaName }}</span><span>发布</span>