| | |
| | | @on-sort-change="changeSort" |
| | | @on-selection-change="changeSelect" |
| | | ></Table> |
| | | <!-- |
| | | <Row type="flex" justify="end" class="page"> |
| | | <Page |
| | | :current="searchForm.pageNumber" |
| | |
| | | show-elevator |
| | | show-sizer |
| | | ></Page> |
| | | |
| | | </Row> |
| | | --> |
| | | </Card> |
| | | |
| | | <!-- 编辑 --> |
| | |
| | | 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.total; |
| | | this.total = res.result.length; |
| | | } |
| | | }); |
| | | }, |