|
@@ -1038,7 +1038,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="Factor-item flex a-c f-c ">
|
|
<div class="Factor-item flex a-c f-c ">
|
|
|
<span class="item-header flex a-c ">类型</span>
|
|
<span class="item-header flex a-c ">类型</span>
|
|
|
- <span>{{ scope.row.quoteResult?.scoreVo?.type || '续保' }}</span>
|
|
|
|
|
|
|
+ <span>{{ scope.row.quoteResult?.scoreVo?.type || '--' }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="Factor-item flex a-c f-c ">
|
|
<div class="Factor-item flex a-c f-c ">
|
|
|
<span class="item-header flex a-c ">交强出险次数</span>
|
|
<span class="item-header flex a-c ">交强出险次数</span>
|
|
@@ -2940,7 +2940,6 @@ const handleUnderwritingClose = (bool: any, dataObj: any) => {
|
|
|
type: 'success'
|
|
type: 'success'
|
|
|
})
|
|
})
|
|
|
quoteData.value[underwritingIndex.value].underwritingMsg = "";
|
|
quoteData.value[underwritingIndex.value].underwritingMsg = "";
|
|
|
-
|
|
|
|
|
underwritingMsgShow.value = true
|
|
underwritingMsgShow.value = true
|
|
|
} else {
|
|
} else {
|
|
|
ElMessage({
|
|
ElMessage({
|