@dongkboy 2 lat temu
rodzic
commit
7d0bcf0c6b

+ 6 - 5
src/views/Core/components/quotationDialog.vue

@@ -31,7 +31,7 @@
           <el-descriptions-item label="投保人姓名">{{ queryOrders.applyinfo.name }}</el-descriptions-item>
           <el-descriptions-item label="被保人姓名">{{ queryOrders.insureinfo.name }}</el-descriptions-item>
           <el-descriptions-item label="车主身份证号">
-            {{ queryOrders.ownerinfo.identifyNumber }}
+            {{ queryOrders.ownerinfo.identifyNumber}}
           </el-descriptions-item>
           <el-descriptions-item label="投保人身份证号">{{ queryOrders.applyinfo.identifyNumber }}</el-descriptions-item>
           <el-descriptions-item label="被保人身份证号">{{ queryOrders.insureinfo.identifyNumber }}</el-descriptions-item>
@@ -165,12 +165,12 @@
         </el-table-column>
         <el-table-column align="center" prop="totalPremium" label="总计(元)">
           <template slot-scope="scope">
-            <span style="color:#D42426;font-weight: bold;font-size: 18px;">{{ scope.row.totalPremium }}</span>
+            <span style="color:#D42426;font-weight: bold;font-size: 16px;">{{ scope.row.totalPremium }}</span>
           </template>
         </el-table-column>
       </el-table>
       <el-table :data="jyProducts" stripe border :span-method="objectSpanMethod1"
-        :header-cell-style="{ background: '#D42426 ', fontWeight: '500', color: '#fff' }" style="width: 100%">
+        :header-cell-style="{ background: '#D42426 ', fontWeight: '500', color: '#fff' }" style="width: 100%;margin-top:20px;">
         <el-table-column width="100" prop="label" align="center" label="驾意险名称">
         </el-table-column>
         <el-table-column width="450" prop="name" align="center" label="保险责任">
@@ -187,9 +187,9 @@
         </el-table-column>
         <el-table-column align="center" prop="totalPremium" label="总计(元)">
           <template slot-scope="scope">
-            <span style="color:#D42426;font-weight: bold;font-size: 18px;">{{ queryOrders.jypremium /
+            <span style="color:#D42426;font-weight: bold;font-size: 16px;">{{ queryOrders.jypremium /
             (queryOrders.jyQuantity ? queryOrders.jyQuantity : 1)
-          }}/每份31232</span>
+          }}/每份</span>
           </template>
         </el-table-column>
       </el-table>
@@ -325,6 +325,7 @@ export default {
   },
   methods: {
     setBackupVisible: function (backupVisible) {
+      console.log(1)
       this.dialogVisible = backupVisible
       let data = JSON.parse(JSON.stringify(this.queryOrders))
       data.jqInsuranceType.forEach(e => { e.label = '交强险'; e.totalPremium = data.jqpremium });

+ 2 - 2
src/views/Core/components/quotationDialogPro.vue

@@ -162,7 +162,7 @@
           </el-table-column>
           <el-table-column align="center" prop="totalPremium" label="总计(元)">
             <template slot-scope="scope">
-              <span style="color:#2D4D89 ;font-weight: bold;font-size: 18px;">{{ scope.row.totalPremium }}</span>
+              <span style="color:#2D4D89 ;font-weight: bold;font-size: 16px;">{{ scope.row.totalPremium }}</span>
             </template>
           </el-table-column>
         </el-table>
@@ -184,7 +184,7 @@
         </el-table-column>
         <el-table-column align="center" prop="totalPremium" label="总计(元)">
           <template slot-scope="scope">
-            <span style="color:#2D4D89;font-weight: bold;font-size: 18px;">{{ queryOrders.jypremium /
+            <span style="color:#2D4D89;font-weight: bold;font-size: 16px;">{{ queryOrders.jypremium /
             (queryOrders.jyQuantity ? queryOrders.jyQuantity : 1)
           }}/每份</span>
           </template>