Browse Source

投保信息加投保车型字段

@dongkboy 3 months ago
parent
commit
261c7ea5f6
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/insurancePolicy/orderDetail.vue

+ 8 - 0
src/views/insurancePolicy/orderDetail.vue

@@ -201,6 +201,14 @@
               <span>{{ detailData?.order?.payTime || '--' }}</span>
               <span>{{ detailData?.order?.payTime || '--' }}</span>
             </span>
             </span>
           </el-col>
           </el-col>
+          <el-col :span="6" class="TBMsgItem">
+            <span class="label">报价车型</span>
+            <span class="value">
+              <span>{{ detailData?.carInfoVo?.brandName || '--' }} / {{ detailData?.carInfoVo?.seatCount || '--' }}/{{
+                detailData?.carInfoVo?.displacement || '--' }}/{{ detailData?.carInfoVo?.purchasePrice || '--' }}/{{
+                  detailData?.carInfoVo?.carYear || '--' }}</span>
+            </span>
+          </el-col>
         </el-row>
         </el-row>
         <div class="title">
         <div class="title">
           <div>车船税</div>
           <div>车船税</div>