This commit is contained in:
Viet An
2026-06-18 17:02:58 +07:00
parent 667832078d
commit da4c779bbe
6 changed files with 30 additions and 23 deletions

View File

@@ -63,6 +63,7 @@ const activeTab = ref(tabs[0]);
<Icon
name="material-symbols:person-outline-rounded"
:size="18"
class="has-text-grey"
/>
</span>
<span>{{ invoice.customer_name }}</span>
@@ -72,6 +73,7 @@ const activeTab = ref(tabs[0]);
<Icon
name="material-symbols:call-outline-rounded"
:size="18"
class="has-text-grey"
/>
</span>
<span>{{ invoice.customer_phone }}</span>
@@ -81,9 +83,10 @@ const activeTab = ref(tabs[0]);
<Icon
name="material-symbols:calendar-today-outline-rounded"
:size="18"
class="has-text-grey"
/>
</span>
<span>{{ $dayjs(invoice.create_time).format("LL") }}</span>
<span>{{ $dayjs(invoice.create_time).format("LT, LL") }}</span>
</p>
</div>
<div class="px-6 py-4 has-background-primary-95 rounded-lg mt-6">