|
|
@@ -24,33 +24,12 @@
|
|
|
<view style="font-weight: 800;color: #03803B;">
|
|
|
{{item.vehicleNumber||'暂无车牌'}}
|
|
|
</view>
|
|
|
- <view class="">
|
|
|
- 轮胎规格: {{item.tyreSpecs||'-'}}
|
|
|
- </view>
|
|
|
</view>
|
|
|
<view class="list-item">
|
|
|
<view class="">
|
|
|
轮胎:{{item.tireQuantity||0}}条
|
|
|
</view>
|
|
|
- <view style="display: flex;align-items: center;color: #03803B;">
|
|
|
- <image style="width: 32rpx;height: 32rpx;margin-right: 18rpx;"
|
|
|
- src="@/static/images/home/insurance/ap.png" />
|
|
|
- <text v-if="item.status==0" style="color:#e6a23c">
|
|
|
- 录入
|
|
|
- </text>
|
|
|
- <text v-if="item.status==1" style="color:#e6a23c">
|
|
|
- 在保
|
|
|
- </text>
|
|
|
- <text v-if="item.status==2" style="color:#409EFF">
|
|
|
- 受理中
|
|
|
- </text>
|
|
|
- <text v-if="item.status==3" style="color:#67c23a">
|
|
|
- 已通过
|
|
|
- </text>
|
|
|
- <text v-if="item.status==4" style="color:#f56c6c">
|
|
|
- 已拒绝
|
|
|
- </text>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="list-item">
|
|
|
<view style="">
|
|
|
@@ -63,17 +42,39 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list-item">
|
|
|
- <view style="">
|
|
|
- 联系人:{{item.storeContact||'暂无数据'}}
|
|
|
+ <view>
|
|
|
+ 联系人: <uni-icons type="person" size="20" color="#03803B"></uni-icons>{{item.storeContact||'暂无数据'}}
|
|
|
</view>
|
|
|
- <view @click.stop="makeTel(item.storePhone)">
|
|
|
- {{item.storePhone||'暂无数据'}}
|
|
|
+ <view style="display: flex;align-items: center;" @click.stop="makeTel(item.storePhone)">
|
|
|
+ <uni-icons type="phone" size="20" color="#03803B"></uni-icons>
|
|
|
+ <view class="">
|
|
|
+ {{item.storePhone||'暂无数据'}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list-item-end">
|
|
|
<view style="color: #B5B4B4;">
|
|
|
有效截至日期:{{item.insuranceTime||'暂无日期'}}
|
|
|
</view>
|
|
|
+ <view style="display: flex;align-items: center;color: #03803B;">
|
|
|
+ <image style="width: 32rpx;height: 32rpx;margin-right: 18rpx;"
|
|
|
+ src="@/static/images/home/insurance/ap.png" />
|
|
|
+ <text v-if="item.status==0" style="color:#e6a23c">
|
|
|
+ 录入
|
|
|
+ </text>
|
|
|
+ <text v-if="item.status==1" style="color:#e6a23c">
|
|
|
+ 在保
|
|
|
+ </text>
|
|
|
+ <text v-if="item.status==2" style="color:#409EFF">
|
|
|
+ 受理中
|
|
|
+ </text>
|
|
|
+ <text v-if="item.status==3" style="color:#67c23a">
|
|
|
+ 已通过
|
|
|
+ </text>
|
|
|
+ <text v-if="item.status==4" style="color:#f56c6c">
|
|
|
+ 已拒绝
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<template v-slot:right>
|