Browse Source

决策驾驶舱修改

zhongxiaoyu 2 years ago
parent
commit
b42dd7e3af

+ 3 - 3
src/views/dashboard/index.vue

@@ -93,9 +93,9 @@
                     <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.preTime ? item.preTime : '--' }}</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.preTime || '--' }}</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.planeType }}</div>
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.KHT }}</div>
                   </div>

+ 3 - 3
src/views/dashboard/indexHomeOut.vue

@@ -93,9 +93,9 @@
                     <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.preTime ? item.preTime : '--'}}</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.preTime || '--' }}</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.planeType }}</div>
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.KHT }}</div>
                   </div>

+ 5 - 5
src/views/dashboard/indexIn.vue

@@ -127,14 +127,14 @@
                     <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 }}
+                      {{ item.planTime }}
                     </div>
+                    <!-- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
+                      {{ item.preTime || '--' }}
+                    </div> -->
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
-                      {{ item.preTime ? item.preTime : '--'}}
+                      {{ item.acTime || '--' }}
                     </div>
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
                       {{ item.planeType }}

+ 5 - 5
src/views/dashboard/indexOut.vue

@@ -127,14 +127,14 @@
                     <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 }}
+                      {{ item.planTime }}
                     </div>
+                    <!-- <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
+                      {{ item.preTime || '--' }}
+                    </div> -->
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
-                      {{ item.preTime ? item.preTime : '--' }}
+                      {{ item.acTime || '--' }}
                     </div>
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">
                       {{ item.planeType }}