refactor: handle not show btn view example at view receipt

This commit is contained in:
Thanaphon Frappet 2024-12-26 15:41:09 +07:00
parent 7919f23505
commit 0eaa70416a

View file

@ -2141,7 +2141,11 @@ watch(
}"
>
<MainButton
v-if="view !== View.InvoicePre && view !== View.PaymentPre"
v-if="
view !== View.InvoicePre &&
view !== View.PaymentPre &&
view !== View.Receipt
"
outlined
icon="mdi-play-box-outline"
color="207 96% 32%"