refactor: remove 'Lihat Detail' button from OrderPosForm and PurchasePosForm to simplify the UI and improve user experience
This commit is contained in:
parent
9aba51db93
commit
2562fab170
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user