OrderDetailDialog

This commit is contained in:
2024-11-11 08:44:17 +01:00
parent 1b85d0eca9
commit b97cc1af20
11 changed files with 82 additions and 30 deletions

View File

@@ -107,9 +107,9 @@ orderStore.getAllOrders()
/>
<dashboard-card
:title="$t('order.orders', 2)"
:title="$t('order.order', 2)"
icon="mdi-basket"
:first-line="orderStore.orders.length + ' ' + $t('order.orders', 2)"
:first-line="orderStore.orders.length + ' ' + $t('order.order', 2)"
second-line="todo"
button-route="/admin/orders"
:loading="orderStore.fetchInProgress"