Explorar o código

报价单乘客责任险显示座位相乘

祁鹏飞 hai 1 mes
pai
achega
04261ed2e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/insurancePolicy/modules/quotation.vue

+ 1 - 1
src/views/insurancePolicy/modules/quotation.vue

@@ -121,7 +121,7 @@ const tableData = computed(() => {
       const element = kindArr[i];
       const obj = {
         title: element.kindName,
-        amount: element.amount,
+        amount: element.kindCode === 'D4' ? element.amount + '*' + (props.insurancePolicyForm.seatCount - 1) : element.amount,
         premium: element.premium,
       }
       arr.push(obj)