From e951b168f2f9ebc94c861ce868a73e13f21d3c53 Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期二, 18 一月 2022 09:55:48 +0800 Subject: [PATCH] bug --- src/views/your/carRepairCost-manage/carRepairCostManage.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/your/carRepairCost-manage/carRepairCostManage.vue b/src/views/your/carRepairCost-manage/carRepairCostManage.vue index 5523ff9..1d9912c 100644 --- a/src/views/your/carRepairCost-manage/carRepairCostManage.vue +++ b/src/views/your/carRepairCost-manage/carRepairCostManage.vue @@ -39,6 +39,7 @@ @on-sort-change="changeSort" @on-selection-change="changeSelect" ></Table> + <!-- <Row type="flex" justify="end" class="page"> <Page :current="searchForm.pageNumber" @@ -52,7 +53,9 @@ show-elevator show-sizer ></Page> + </Row> + --> </Card> <!-- 缂栬緫 --> @@ -248,14 +251,12 @@ 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); @@ -265,14 +266,12 @@ title: "鏈湡琛屼娇閲岀▼(KM)", key: "mileage", width: 180, - sortable: true, align: "center", }, { title: "绱琛屼娇閲岀▼(KM)", key: "allMileage", width: 180, - sortable: true, align: "center", }, { @@ -512,7 +511,7 @@ this.loading = false; if (res.success) { this.data = res.result; - this.total = res.result.total; + this.total = res.result.length; } }); }, -- Gitblit v1.9.1