|
|
@@ -380,7 +380,9 @@
|
|
|
<el-row class="premium-style " :gutter="20">
|
|
|
<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-col :span="6" v-if="orderInfo.inscompany=='诚泰财险'"><span>商业险折扣:</span>{{ JSON.parse(orderInfo.extendInfo1).hopeDiscount}}</el-col>
|
|
|
+ <el-col :span="6" v-else><span>商业险折扣:</span>{{ orderInfo.extendInfo.syAdjustRate }}</el-col>
|
|
|
+ <el-col :span="6" v-if="orderInfo.inscompany=='诚泰财险'"><span>自主定价系数:</span>{{ JSON.parse(orderInfo.extendInfo1).hopeCoefficient}}</el-col>
|
|
|
</el-row>
|
|
|
<el-row class="premium-style " :gutter="20">
|
|
|
<el-col :span="6"><span>交强续保:</span>{{ orderInfo.extendInfo.jqRenewal }}</el-col>
|