Compare commits

..

No commits in common. "84f86adc39d157279c5c19cf7fc0be1380a354ff" and "7a26bfb59f7c9ad1133762dc2cba5643e8368bd4" have entirely different histories.

View file

@ -550,7 +550,7 @@ onMounted(async () => {
(props.row.attrIsGet = true),
(props.row.attrIsUpdate = true),
(props.row.attrIsDelete = true),
(props.row.attrPrivilege = 'PARENT')
(props.row.attrPrivilege = 'ROOT')
"
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 = 'PARENT')
(item.attrPrivilege = 'ROOT')
"
:disable="!item.selected || formData.isAdminVisibled"
/>