mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
feat: Remove the community version role button display
This commit is contained in:
parent
bddc3cfd53
commit
d0722dc048
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue