|
@@ -93,8 +93,8 @@
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.flightNo }}</div>
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.flightState }}</div>
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.airport }}</div>
|
|
|
- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.planTime }}</div>
|
|
|
- <!-- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.acTime }}</div> -->
|
|
|
+ <!-- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.planTime }}</div> -->
|
|
|
+ <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.acTime }}</div>
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.preTime ? item.preTime : '--' }}</div>
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.planeType }}</div>
|
|
|
<div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.KHT }}</div>
|