Commit d96b416c authored by hezhen's avatar hezhen

修改展示

parent 75e08b69
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<span>{{scope.row.arrivalTime}}</span> <span>{{scope.row.arrivalTime}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="本次出行天数"> <el-table-column width="150" align="center" label="本次出行天数">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.departureDay}}</span> <span>{{scope.row.departureDay}}</span>
</template> </template>
...@@ -223,12 +223,12 @@ ...@@ -223,12 +223,12 @@
methods: { methods: {
handleFilter() { handleFilter() {
this.getList(); this.getList();
// if (this.listQuery.numberPlate) { if (this.listQuery.numberPlate) {
// statistic({numberPlate: this.listQuery.numberPlate}).then(response => { statistic({numberPlate: this.listQuery.numberPlate}).then(response => {
// this.statisticData = response.data; this.statisticData = response.data;
// }); });
// this.statisticVisiable = true; this.statisticVisiable = true;
// } }
}, },
dateToString: function(date){ dateToString: function(date){
var year = date.getFullYear(); 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