| | |
| | | show-total |
| | | show-elevator |
| | | show-sizer |
| | | v-show="this.page" |
| | | ></Page> |
| | | </Row> |
| | | </Card> |
| | |
| | | { |
| | | 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); |
| | |
| | | title: "本期行使里程(KM)", |
| | | key: "mileage", |
| | | width: 180, |
| | | sortable: true, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: "累计行使里程(KM)", |
| | | key: "allMileage", |
| | | width: 180, |
| | | sortable: true, |
| | | align: "center", |
| | | }, |
| | | { |
| | |
| | | this.loading = false; |
| | | if (res.success) { |
| | | this.data = res.result; |
| | | this.total = res.result.length; |
| | | this.total = res.result.total; |
| | | } |
| | | }); |
| | | }, |