刘恒 1 год назад
Родитель
Сommit
893b347f61

BIN
src/assets/img/business7.png


+ 2 - 2
src/pages/business/agent.vue

@@ -521,8 +521,8 @@ export default {
           color: #47a2eb;
         }
         > dl:nth-child(7) {
-          background: url("../../assets/img/business6.png");
-          color: #f879cd;
+          background: url("../../assets/img/business7.png");
+          color: #10c08b;
         }
       }
       span {

+ 2 - 2
src/pages/business/channel.vue

@@ -540,8 +540,8 @@ export default {
           color: #47a2eb;
         }
         > dl:nth-child(7) {
-          background: url("../../assets/img/business6.png");
-          color: #f879cd;
+          background: url("../../assets/img/business7.png");
+          color: #10c08b;
         }
       }
       span {

+ 2 - 2
src/pages/business/index.vue

@@ -709,8 +709,8 @@ export default {
       color: #47a2eb;
     }
     > dl:nth-child(7) {
-      background: url("../../assets/img/business6.png");
-      color: #f879cd;
+      background: url("../../assets/img/business7.png");
+      color: #10c08b;
     }
   }
 }

+ 11 - 6
src/pages/business/sales.vue

@@ -18,7 +18,7 @@
                 <span>{{ amount.totalNumber || 0 }}</span>
               </dd>
             </dl>
-            <dl>
+            <dl style="width: 180px">
               <dt class="dt-flex">
                 <span>签单保费</span>
                 <span
@@ -77,7 +77,7 @@
               <dt class="dt-flex">
                 <span>毛利润</span>
                 <span
-                  >占比
+                  >毛利率
                   <span>{{
                     amount.distributionAmountRate
                       ? (amount.distributionAmountRate * 100).toFixed(2) + "%"
@@ -473,6 +473,7 @@ export default {
           color: #f87f2c;
           dt > span:nth-child(2) {
             background: #f87f2c;
+            background: linear-gradient(90deg, #f99a59 0%, #f87f2c 100%);
             color: #fff;
             // padding: 0 8px;
             box-sizing: border-box;
@@ -495,10 +496,11 @@ export default {
           color: #47a2eb;
         }
         > dl:nth-child(7) {
-          background: url("../../assets/img/business6.png");
-          color: #f879cd;
+          background: url("../../assets/img/business7.png");
+          color: #10c08b;
           dt > span:nth-child(2) {
-            background: #f879cd;
+            // background: #10c08b;
+            background: linear-gradient(90deg, #1ac86a 0%, #07bf87 100%);
             color: #fff;
             // padding: 0 8px;
             box-sizing: border-box;
@@ -507,7 +509,7 @@ export default {
       }
       span {
         // display: block;
-        margin-right: 15px;
+        // margin-right: 15px;
       }
       /deep/.ant-calendar-picker {
         width: 300px;
@@ -571,6 +573,9 @@ export default {
   // }
   > span {
     display: inline;
+    border-radius: 2px;
+    padding: 0 2px;
+    box-sizing: border-box;
   }
 }
 </style>

+ 2 - 2
src/pages/financial/carInsurance.vue

@@ -90,13 +90,13 @@ const columns = [
     needTotal: true,
   },
   {
-    title: "开票结算",
+    title: "开票结算",
     dataIndex: "settlementAmount",
     needTotal: true,
     // scopedSlots: { customRender: "qutationCount" },
   },
   {
-    title: "开票未结算",
+    title: "开票",
     dataIndex: "noSettlementAmount",
     needTotal: true,
     // scopedSlots: { customRender: "qutationCount" },

+ 2 - 2
src/pages/financial/noCarInsurance/driver.vue

@@ -91,13 +91,13 @@ const columns = [
     needTotal: true,
   },
   {
-    title: "开票结算",
+    title: "开票结算",
     dataIndex: "settlementAmount",
     needTotal: true,
     // scopedSlots: { customRender: "qutationCount" },
   },
   {
-    title: "开票未结算",
+    title: "开票",
     dataIndex: "noSettlementAmount",
     needTotal: true,
     // scopedSlots: { customRender: "qutationCount" },

+ 2 - 2
src/pages/financial/receivables.vue

@@ -114,14 +114,14 @@ const columns = [
     needTotal: true,
   },
   {
-    title: "开票结算",
+    title: "开票结算",
     dataIndex: "settlementAmount",
     needTotal: true,
 
     // scopedSlots: { customRender: "qutationCount" },
   },
   {
-    title: "开票未结算",
+    title: "开票",
     dataIndex: "readyCommissionFeevalue",
     needTotal: true,
     // scopedSlots: { customRender: "qutationCount" },

+ 2 - 2
src/pages/financial/verification/message.vue

@@ -604,8 +604,8 @@ export default {
     color: #47a2eb;
   }
   > dl:nth-child(7) {
-    background: url("../../../assets/img/business6.png");
-    color: #f879cd;
+    background: url("../../../assets/img/business7.png");
+    color: #10c08b;
   }
 }
 span {

+ 2 - 0
src/pages/withdrawaltask/tixian.vue

@@ -744,6 +744,8 @@ export default {
       color: #47a2eb;
     }
     > dl:nth-child(7) {
+      background: url("../../assets/img/business7.png");
+      color: #10c08b;
       background: url("../../assets/img/business6.png");
       color: #f879cd;
     }