فهرست منبع

弹框数据回显问题

@dongkboy 2 سال پیش
والد
کامیت
05fa1c5b8c
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      src/views/Task/daikeComponents/KtLetter1.vue

+ 4 - 5
src/views/Task/daikeComponents/KtLetter1.vue

@@ -2558,7 +2558,7 @@
             <span>{{ systartdate }}</span>
           </div>
           <div v-if="jypremium">
-            <span>非车险:</span>
+            <span>驾意险:</span>
             <span>{{ jypremium }}</span>
           </div>
         </div>
@@ -2582,7 +2582,7 @@
           <div>交强险:{{ jqpremium }}</div>
           <div>车船税:{{ taxamount }}</div>
           <div>商业险:{{ sypremium }}</div>
-          <div>非车险:{{ jypremium }}</div>
+          <div>驾意险:{{ jypremium }}</div>
         </div>
         <div v-if="['大家财险', '华泰财险'].includes(inscompany)">
           <div v-if="apiType == 1" id="qrcode" ref="qrcode"></div>
@@ -6029,7 +6029,7 @@ export default {
       //   })
       } else {
         this.checkList[index].detail.forEach((val) => {
-          val.quantity=val.minQuantity;
+          val.quantity=val.minQuantity?val.minQuantity:val.quantity;
           if (val.alias == this.checkList[index].select) {
             this.checkList[index].tableData = val
           }
@@ -6116,7 +6116,6 @@ export default {
       this.handleCloseType()
     },
     showTypeDialog(item, index) {
-      console.log(item)
       item.programme99.kinds.map(item=>{
         const itemamtList=item.amtList.map(val=>{return val.label})
         console.log(itemamtList)
@@ -13302,7 +13301,7 @@ export default {
         span {
           margin: 0 10px;
           color: #2D4D89;
-          font-size: 14px;
+          font-size: 12px;
         }
       }
     }