refactor: hide button on edit

This commit is contained in:
Methapon Metanipat 2024-10-15 17:46:00 +07:00
parent 84828a6347
commit bd1a9fe8df

View file

@ -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