fix: active act org level 0 only
This commit is contained in:
parent
81fcb1253f
commit
e1969db62e
1 changed files with 4 additions and 1 deletions
|
|
@ -400,7 +400,10 @@ onMounted(async () => {
|
|||
<div class="text-weight-medium">
|
||||
{{ prop.node.orgTreeName }}
|
||||
<q-icon
|
||||
v-if="checkPermission($route)?.attrOwnership == 'OWNER'"
|
||||
v-if="
|
||||
prop.node.orgLevel === 0 &&
|
||||
checkPermission($route)?.attrOwnership == 'OWNER'
|
||||
"
|
||||
name="mdi-content-save-edit"
|
||||
color="blue"
|
||||
@click.stop="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue