|
|
@@ -60,11 +60,10 @@
|
|
|
<el-col :span="6"><span>商业类型评分:</span>{{ orderInfo.extendInfo.syScore }}</el-col>
|
|
|
<el-col :span="6"><span>商业赔付率:</span>{{ orderInfo.extendInfo.syLossRation }}</el-col>
|
|
|
<el-col :span="6"><span>商业险折扣:</span>{{ orderInfo.extendInfo.syAdjustRate }}</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row class="premium-style " :gutter="20" v-if="orderInfo.ubiPredictedInfoScore ">
|
|
|
+ <el-col :span="6"><span>紫金能源车(鼎然-车辆风险评分):</span>{{orderInfo.ubiPredictedInfoScore }}</el-col>
|
|
|
</el-row>
|
|
|
- <!-- <el-row class="premium-style " :gutter="20">
|
|
|
- <el-col :span="6"><span>交强深度定价分档:</span>{{ orderInfo.extendInfo.deepPriceGradeCI }}</el-col>
|
|
|
- <el-col :span="6"><span>商业深度定价分档:</span>{{ orderInfo.extendInfo.deepPriceGradeBI }}</el-col>
|
|
|
- </el-row> -->
|
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
|
<OpenCloseBox >
|