changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user