From 9252ac63bade4c0e155b2c5a2882fdfda863ee96 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期一, 10 一月 2022 11:26:09 +0800
Subject: [PATCH] bug

---
 src/views/your/carRepairCost-manage/carRepairCostManage.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/your/carRepairCost-manage/carRepairCostManage.vue b/src/views/your/carRepairCost-manage/carRepairCostManage.vue
index 30cd7a9..7326078 100644
--- a/src/views/your/carRepairCost-manage/carRepairCostManage.vue
+++ b/src/views/your/carRepairCost-manage/carRepairCostManage.vue
@@ -51,7 +51,6 @@
                 show-total
                 show-elevator
                 show-sizer
-                v-show="this.page"
         ></Page>
       </Row>
     </Card>
@@ -242,21 +241,19 @@
           {
             title: "杞︾墝鍙�",
             key: "carNo",
-            width: 100,
+            width: 110,
             align: "center",
           },
           {
             title: "寮�濮嬩娇鐢ㄦ棩鏈�",
             key: "buyYear",
             width: 150,
-            sortable: true,
             align: "center",
           },
           {
             title: "浣跨敤骞撮檺",
             key: "usefulLife",
             width: 140,
-            sortable: true,
             align: "center",
             render: (h, params) => {
               return h("div",1);
@@ -266,14 +263,12 @@
             title: "鏈湡琛屼娇閲岀▼(KM)",
             key: "mileage",
             width: 180,
-            sortable: true,
             align: "center",
           },
           {
             title: "绱琛屼娇閲岀▼(KM)",
             key: "allMileage",
             width: 180,
-            sortable: true,
             align: "center",
           },
           {
@@ -513,7 +508,7 @@
           this.loading = false;
           if (res.success) {
             this.data = res.result;
-            this.total = res.result.length;
+            this.total = res.result.total;
           }
         });
       },

--
Gitblit v1.9.1