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,7 +241,7 @@ { title: "车牌号", key: "carNo", width: 100, width: 110, align: "center", }, { @@ -513,7 +512,7 @@ this.loading = false; if (res.success) { this.data = res.result; this.total = res.result.length; this.total = res.result.total; } }); },