|
@@ -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();
|