Commit 0c623ea4 authored by zhengke's avatar zhengke
parents 4bcfb8e0 762f299b
......@@ -64,9 +64,7 @@
<td>{{item.BusCode}}</td>
<td>{{item.BusNum}}</td>
<td>
<span v-if='index==0'>接机</span>
<span v-if='index!=0&&index!=list.BusList.length-1'>{{item.AirportPickUpStr}}</span>
<span v-if='index==list.BusList.length-1'>送机</span>
{{item.AirportPickUpStr}}
</td>
<td>
{{item.CostPrice >= 0 && item.CostPrice !== null ? moneyFormat(item.CostPrice) : ''}}
......@@ -841,7 +839,6 @@
return '晚餐'
},
CompareDate(d1, d2) {
console.log(d1, d2)
return ((new Date(d1.replace(/-/g, "\/"))) <= (new Date(d2.replace(/-/g, "\/"))));
},
getNav() {
......
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