feat: Remove the community version role button display

This commit is contained in:
zhangzhanwei 2025-07-09 20:28:32 +08:00 committed by zhanweizhang7
parent bddc3cfd53
commit d0722dc048

View File

@ -46,7 +46,9 @@
<div class="flex-between">
<div class="flex">
<span class="mr-8">{{ row.nick_name }}</span>
<TagGroup :tags="row.roles" />
<TagGroup :tags="row.roles"
v-if="hasPermission([EditionConst.IS_EE,EditionConst.IS_PE],'OR')"
/>
</div>
</div>
</template>