refactor: hide button on edit
This commit is contained in:
parent
84828a6347
commit
bd1a9fe8df
1 changed files with 4 additions and 1 deletions
|
|
@ -4089,7 +4089,10 @@ watch(
|
|||
style="position: absolute; z-index: 999; top: 0; right: 0"
|
||||
v-if="actionDisplay && !currentNoAction"
|
||||
>
|
||||
<div class="bordered rounded q-mr-md" v-if="serviceTab === 2">
|
||||
<div
|
||||
class="bordered rounded q-mr-md"
|
||||
v-if="serviceTab === 2 && !infoServiceEdit"
|
||||
>
|
||||
<q-btn
|
||||
icon="mdi-file-tree-outline"
|
||||
flat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue