This commit is contained in:
Viet An
2026-06-30 15:12:04 +07:00
parent 8b3da71895
commit e9e4fbe24f
18 changed files with 149 additions and 158 deletions

View File

@@ -34,7 +34,7 @@ const emit = defineEmits(["selectOrder", "unselect"]);
</p>
</div>
<hr class="m-0 has-background-grey-85" />
<div class="has-background-white-100 p-4">
<div class="has-background-grey-100 p-4">
<OrderKanbanCard
v-if="orders.filter((o) => o.status === status.id).length > 0"
v-for="order in orders.filter((o) => o.status === status.id)"