changes
This commit is contained in:
@@ -23,7 +23,7 @@ const emit = defineEmits(["selectOrder", "unselect"]);
|
||||
<div class="is-flex is-flex-direction-column is-gap-2">
|
||||
<!-- customer info -->
|
||||
<div>
|
||||
<p class="has-text-grey-10">{{ order.customer__name }}</p>
|
||||
<p class="has-text-grey-darker">{{ order.customer__name }}</p>
|
||||
<div class="has-text-grey fs-13 mt-1 is-flex is-gap-1 is-align-items-center">
|
||||
<Icon name="material-symbols:call-outline-rounded" />
|
||||
<p>{{ order.customer__phone }}</p>
|
||||
@@ -31,12 +31,12 @@ const emit = defineEmits(["selectOrder", "unselect"]);
|
||||
</div>
|
||||
<!-- product info -->
|
||||
<div>
|
||||
<p class="fs-24 has-text-grey-10 font-bold">
|
||||
<p class="fs-24 has-text-grey-darker font-bold">
|
||||
{{ $shortenCurrency(order.total) }}
|
||||
</p>
|
||||
<p class="fs-13 has-text-grey">{{ order.order__products.length }} sản phẩm</p>
|
||||
</div>
|
||||
<hr class="m-0" />
|
||||
<hr class="m-0 has-background-grey-lighter" />
|
||||
<div class="is-flex is-flex-direction-column is-gap-0.5 fs-13 has-text-grey">
|
||||
<p class="is-flex is-align-items-center is-gap-0.5">
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user