|
|
@@ -5,6 +5,10 @@
|
|
|
<text class="mr-2">评分</text>
|
|
|
<text>{{scoreVo.score}}</text>
|
|
|
</view>
|
|
|
+ <view class="item" v-for="(item,index) in scoreVo.scoreJson" :key="index">
|
|
|
+ <text class="mr-2">{{item.scoreName}}</text>
|
|
|
+ <text>{{item.score}}</text>
|
|
|
+ </view>
|
|
|
<view class="item">
|
|
|
<text class="mr-2">交强险系数</text>
|
|
|
<text>0.751</text>
|
|
|
@@ -105,7 +109,7 @@
|
|
|
class="td">{{item.amount}}%</text>
|
|
|
<text v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(item.kindCode)"
|
|
|
class="td">{{item.serviceTimes}}次</text>
|
|
|
- <text v-else class="td">{{convertedValue(item.amount)}}</text>
|
|
|
+ <text v-else class="td">{{item.kindCode=='J1'?'--':convertedValue(item.amount)}}</text>
|
|
|
<text class="td">{{item.premium?item.premium:'-'}}</text>
|
|
|
</view>
|
|
|
</view>
|