fixed OWNER Privilege to PARENT
This commit is contained in:
parent
f7dede6efd
commit
c372757351
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue