|
@@ -178,8 +178,8 @@
|
|
|
</view>
|
|
|
<!-- 提醒商机 -->
|
|
|
<!-- 检测异常商机 -->
|
|
|
- <view class="line" v-if="item.remindSheetInfo.length" @click.stop="carDfn4(item)">
|
|
|
- <view class="lineTop">
|
|
|
+ <view class="line" v-if="item.remindSheetInfo.length" @click.stop="">
|
|
|
+ <view class="lineTop" @click.stop="carDfn4(item)">
|
|
|
<view class="lineTop1">
|
|
|
<view class="lineTopNs">
|
|
|
<view class="nsTxt">检测异常商机</view>
|
|
@@ -208,7 +208,7 @@
|
|
|
</view>
|
|
|
<view class="carnotes">检测结果:{{v.CheckResult}}</view>
|
|
|
<view class="carData" style="padding-top: 16rpx;">
|
|
|
- <view class="carDataLine">检测日期:{{v.LastInTime}}</view>
|
|
|
+ <view class="carDataLine">检测日期:{{v.LastInTime.slice(0,10)}}</view>
|
|
|
<view class="carDataLine" >检测里程: <span v-if="v.NextServerKm">{{v.NextServerKm}}km</span> </view>
|
|
|
</view>
|
|
|
<view class="carnotes">检测门店:{{v.LastShopName}}</view>
|