This commit is contained in:
Viet An
2026-06-18 16:22:37 +07:00
parent 8b07ab4e65
commit 667832078d
23 changed files with 395 additions and 412 deletions

View File

@@ -90,7 +90,10 @@ provide("orders", {
</button>
</div>
</Teleport>
<!-- <div class="fixed-grid has-2-cols-mobile has-5-cols">
<div
v-if="false"
class="fixed-grid has-2-cols-mobile has-5-cols"
>
<div class="grid">
<OrderHighlightCard
v-for="highlight in highlights"
@@ -99,7 +102,7 @@ provide("orders", {
/>
</div>
</div>
<OrderPipeline /> -->
<OrderPipeline />
<OrdersTable :viewMode="viewMode" />
</div>
</template>