fixed OWNER Privilege to PARENT

This commit is contained in:
Warunee Tamkoo 2026-04-20 14:16:06 +07:00
parent f7dede6efd
commit c372757351

View file

@ -550,7 +550,7 @@ onMounted(async () => {
(props.row.attrIsGet = true),
(props.row.attrIsUpdate = true),
(props.row.attrIsDelete = true),
(props.row.attrPrivilege = 'ROOT')
(props.row.attrPrivilege = 'PARENT')
"
v-if="props.row.children.length === 0"
:disable="!props.row.selected || formData.isAdminVisibled"
@ -676,7 +676,7 @@ onMounted(async () => {
(item.attrIsGet = true),
(item.attrIsUpdate = true),
(item.attrIsDelete = true),
(item.attrPrivilege = 'ROOT')
(item.attrPrivilege = 'PARENT')
"
:disable="!item.selected || formData.isAdminVisibled"
/>