bug
zhangzeli
2022-01-10 9252ac63bade4c0e155b2c5a2882fdfda863ee96
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;
          }
        });
      },