|
|
@@ -1210,10 +1210,10 @@
|
|
|
`¥${scope.row.quoteResult?.costs?.vvTax}` }}</span>
|
|
|
</div>
|
|
|
<div class="resultItem">
|
|
|
- <span v-if="scope.row.quoteResult?.costs?.biPremium && scope.row.quoteCode == 200"
|
|
|
+ <span v-if="Number(scope.row.quoteResult?.costs?.biPremium) && scope.row.quoteCode == 200"
|
|
|
style="text-align: left; margin-right: 10px">商业险:{{ `¥${scope.row.quoteResult.costs?.biPremium}`
|
|
|
}}</span>
|
|
|
- <span v-if="scope.row.quoteResult?.costs?.niPremium"
|
|
|
+ <span v-if="Number(scope.row.quoteResult?.costs?.niPremium)"
|
|
|
style="text-align: left; margin-right: 10px">驾意险:{{ `¥${scope.row.quoteResult?.costs?.niPremium}`
|
|
|
}}</span>
|
|
|
</div>
|