From 7ebd84a4ad1f6561f450d5e92d987d22924d59ec Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期二, 04 一月 2022 13:35:12 +0800 Subject: [PATCH] 回复 --- src/views/your/addOil-manage/addOilManage.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/your/addOil-manage/addOilManage.vue b/src/views/your/addOil-manage/addOilManage.vue index 1cd128a..32d6b64 100644 --- a/src/views/your/addOil-manage/addOilManage.vue +++ b/src/views/your/addOil-manage/addOilManage.vue @@ -274,19 +274,18 @@ { title: "杞︾墝鍙�", key: "carNo", - width: 100, + width: 120, sortable: true, }, { title: "鍔犳补鍗″彿", key: "addOilCode", width: 100, - sortable: true, }, { title: "鍔犳补鏃ユ湡", key: "addDate", - width: 150, + width: 120, sortable: true, }, { @@ -304,13 +303,13 @@ { title: "鍔犳补閲戦", key: "money", - minWidth: 100, + minWidth: 120, sortable: true, }, { title: "鍔犳补鏃堕噷绋�", key: "mileage", - minWidth: 100, + minWidth: 130, sortable: true, }, { @@ -446,7 +445,7 @@ this.loading = false; if (res.success) { this.data = res.result.records; - this.total = res.result.length; + this.total = res.result.total; } }); }, -- Gitblit v1.9.1