refactor: remove 'Lihat Detail' button from OrderPosForm and PurchasePosForm to simplify the UI and improve user experience

This commit is contained in:
Yoga Pangestu 2026-07-09 15:34:55 +07:00
parent 9aba51db93
commit 2562fab170
2 changed files with 0 additions and 16 deletions

View File

@ -295,14 +295,6 @@ function submit() {
<ShoppingCart class="size-4" />
Ringkasan Pesanan
</span>
<button
v-if="cart.length > 0"
type="button"
class="text-xs font-normal text-primary underline underline-offset-2 hover:text-primary/80"
@click="cartDetailOpen = true"
>
Lihat Detail
</button>
</CardTitle>
</CardHeader>
<CardContent>

View File

@ -645,14 +645,6 @@ function submit() {
<ShoppingCart class="size-4" />
Ringkasan Belanja
</span>
<button
v-if="cart.length > 0"
type="button"
class="text-xs font-normal text-primary underline underline-offset-2 hover:text-primary/80"
@click="cartDetailOpen = true"
>
Lihat Detail
</button>
</CardTitle>
</CardHeader>
<CardContent>