Commit d96b416c authored by hezhen's avatar hezhen

修改展示

parent 75e08b69
......@@ -91,7 +91,7 @@
<span>{{scope.row.arrivalTime}}</span>
</template>
</el-table-column>
<el-table-column width="100" align="center" label="本次出行天数">
<el-table-column width="150" align="center" label="本次出行天数">
<template scope="scope">
<span>{{scope.row.departureDay}}</span>
</template>
......@@ -223,12 +223,12 @@
methods: {
handleFilter() {
this.getList();
// if (this.listQuery.numberPlate) {
// statistic({numberPlate: this.listQuery.numberPlate}).then(response => {
// this.statisticData = response.data;
// });
// this.statisticVisiable = true;
// }
if (this.listQuery.numberPlate) {
statistic({numberPlate: this.listQuery.numberPlate}).then(response => {
this.statisticData = response.data;
});
this.statisticVisiable = true;
}
},
dateToString: function(date){
var year = date.getFullYear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment