This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-24 15:34:37 +07:00
parent 4ef5be2e61
commit cabc060482
2 changed files with 6 additions and 1 deletions

View file

@ -290,6 +290,7 @@ onMounted(() => {
<q-tooltip>ประวแกไขว</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
flat
dense
round
@ -322,8 +323,11 @@ onMounted(() => {
>
<q-tooltip>ประวแกไขว</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
v-if="
isLeave === false && checkPermission($route)?.attrIsUpdate
"
color="edit"
icon="edit"
flat

View file

@ -292,6 +292,7 @@ onMounted(() => {
<q-tooltip>ประวแกไขว</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
flat
dense
round