This commit is contained in:
Viet An
2026-06-18 11:34:16 +07:00
parent c9456fddf8
commit 5302e685a4
2 changed files with 19 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ const activeTab = ref(tabs[0]);
<template>
<div v-if="invoice">
<div>
<div class="block">
<div class="is-flex is-gap-1.5 is-align-items-center">
<span class="fs-17 font-bold">{{ invoice.code }}</span>
<span
@@ -93,7 +93,6 @@ const activeTab = ref(tabs[0]);
</p>
</div>
</div>
<hr />
<div class="buttons m-0">
<button class="button fs-14 is-flex-grow-1 is-primary">Xác nhận đơn</button>
<button class="button fs-14 is-flex-grow-1">Ghi thanh toán</button>