Commit af01273d authored by 黄奎's avatar 黄奎

页面修改

parent d3504d88
......@@ -29,8 +29,8 @@
<th>航空公司</th>
</tr>
<tr v-for="(item,index) in props.row.priceFlight" :key="index">
<td>{{item.startDate}}</td>
<td>{{item.arriveDate}}</td>
<td>{{item.startDate.substring(5).replace('-','/')}} {{item.departureTime}}</td>
<td>{{item.arriveDate.substring(5).replace('-','/')}} {{item.arrivalTime}}</td>
<td>{{item.departureAirPortName}}</td>
<td>{{item.arrivalAirPortName}}</td>
<td>{{item.alName}}</td>
......@@ -216,7 +216,7 @@
}
},
mounted() {
}
};
......
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