zhangzeli
2021-11-29 649377c926979e7607960e0cf4c6d97d26080403
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;
          }
        });
      },