Procházet zdrojové kódy

去掉默认续保

@dongkboy před 4 měsíci
rodič
revize
566a2b985f
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      src/views/insurancePolicy/index.vue

+ 1 - 2
src/views/insurancePolicy/index.vue

@@ -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({