refactor: handle not show btn view example at view receipt
This commit is contained in:
parent
7919f23505
commit
0eaa70416a
1 changed files with 5 additions and 1 deletions
|
|
@ -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%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue