拆分 HomeView.vue 巨型文件

This commit is contained in:
yml
2026-06-04 07:43:04 +08:00
parent 0bdc5ae7a9
commit 19752ed593
17 changed files with 3969 additions and 1949 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ function getCountdownMinutes(order: Order) {
<template #label>
<span class="tab-label">
{{ tab.label }}
<span v-if="tabCounts[tab.key] > 0" class="tab-count">{{ tabCounts[tab.key] }}</span>
<span v-if="(tabCounts?.[tab.key] ?? 0) > 0" class="tab-count">{{ tabCounts?.[tab.key] }}</span>
</span>
</template>
</el-tab-pane>