Pārlūkot izejas kodu

修改驾驶舱

zhaoke 2 gadi atpakaļ
vecāks
revīzija
ba69e57b81

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

@@ -95,7 +95,7 @@
                     <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">--</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.planeType }}</div>
                     <div class="dashboard-content-top-center-bottom-content-bottom-list-txt">{{ item.KHT }}</div>
                   </div>
@@ -250,7 +250,7 @@ const weightNums = ref<number | string>(0);
 const specialGoods = ref<string>("分类");
 const specialGoodsDatas = ref<any>([]);
 const specialGoodsAll = ref<any>([]);
-const weightType = ref("进港")
+const weightType = ref("进港");
 const form = ref({
   startDate: parseTime(Date.now() - 24 * 60 * 60 * 1000 * 7, "{y}-{m}-{d}"),
   endDate: parseTime(Date.now(), "{y}-{m}-{d}"),
@@ -523,7 +523,7 @@ const tallyWeightFunc = async () => {
 const handleWeightType = (type: string) => {
   weightType.value = type;
   tallyWeightFunc();
-}
+};
 
 onMounted(() => {
   hourlyPeakFunc();

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

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

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

@@ -134,7 +134,7 @@
                       {{ item.acTime }}
                     </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.planeType }}
@@ -294,7 +294,7 @@ const weightNums = ref<number | string>(0);
 const specialGoods = ref<string>("分类");
 const specialGoodsDatas = ref<any>([]);
 const specialGoodsAll = ref<any>([]);
-const weightType = ref("进港")
+const weightType = ref("进港");
 const form = ref({
   startDate: parseTime(Date.now() - 24 * 60 * 60 * 1000 * 7, "{y}-{m}-{d}"),
   endDate: parseTime(Date.now(), "{y}-{m}-{d}"),
@@ -567,7 +567,7 @@ const tallyWeightFunc = async () => {
 const handleWeightType = (type: string) => {
   weightType.value = type;
   tallyWeightFunc();
-}
+};
 
 onMounted(() => {
   hourlyPeakFunc();

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

@@ -131,7 +131,7 @@
                       {{ 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.planeType }}