|
@@ -72,7 +72,7 @@
|
|
|
</div>
|
|
|
<div class="dashboard-content-top-center-top-list">
|
|
|
<div class="dashboard-content-top-center-top-list-txt">已卸载总量(吨)</div>
|
|
|
- <div class="dashboard-content-top-center-top-list-num">{{ weightNums }}</div>
|
|
|
+ <div class="dashboard-content-top-center-top-list-num">{{ formatWeight(weightNums) }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-loading="loading5" element-loading-text="数据加载中..." element-loading-svg-view-box="-10, -10, 50, 50" element-loading-background="rgba(0,0,0, 0.3)" class="dashboard-content-top-center-bottom">
|
|
@@ -200,6 +200,7 @@ const {
|
|
|
airStutas,
|
|
|
getPublicData,
|
|
|
formatGoods,
|
|
|
+ formatWeight,
|
|
|
} = usePublic();
|
|
|
const timePickerName = ref<number>(0);
|
|
|
const limitScrollNum = ref<number>(13);
|