We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddc3cf commit 77110bdCopy full SHA for 77110bd
ui/src/views/system/resource-authorization/index.vue
@@ -46,7 +46,9 @@
46
<div class="flex-between">
47
<div class="flex">
48
<span class="mr-8">{{ row.nick_name }}</span>
49
- <TagGroup :tags="row.roles" />
+ <TagGroup :tags="row.roles"
50
+ v-if="hasPermission([EditionConst.IS_EE,EditionConst.IS_PE],'OR')"
51
+ />
52
</div>
53
54
</template>
0 commit comments