This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-13 13:50:28 +07:00
parent a33b3ae340
commit 02fcc956e7

View file

@ -718,8 +718,8 @@ onMounted(() => {
<q-btn
v-if="isLeave == false && checkPermission($route)?.attrIsUpdate"
flat
:disable="props.row.commandId !== ''"
:color="props.row.commandId !== '' ? 'grey' : 'edit'"
:disable="props.row.commandId !== null && props.row.commandId !== ''"
:color="props.row.commandId ? 'grey' : 'edit'"
dense
round
icon="edit"