Compare commits
No commits in common. "84f86adc39d157279c5c19cf7fc0be1380a354ff" and "7a26bfb59f7c9ad1133762dc2cba5643e8368bd4" have entirely different histories.
84f86adc39
...
7a26bfb59f
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 = '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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue