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" />
|
<ShoppingCart class="size-4" />
|
||||||
Ringkasan Pesanan
|
Ringkasan Pesanan
|
||||||
</span>
|
</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>
|
</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
|
|||||||
@ -645,14 +645,6 @@ function submit() {
|
|||||||
<ShoppingCart class="size-4" />
|
<ShoppingCart class="size-4" />
|
||||||
Ringkasan Belanja
|
Ringkasan Belanja
|
||||||
</span>
|
</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>
|
</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user