|
|
|
@ -14,15 +14,16 @@ const { isUIAllowed } = useUIPermission()
|
|
|
|
|
v-if=" |
|
|
|
|
isUIAllowed('newUser') && |
|
|
|
|
route.name !== 'index' && |
|
|
|
|
route.name !== 'project-index-create' && |
|
|
|
|
route.name !== 'project-index-create-external' && |
|
|
|
|
route.name !== 'index-index-create' && |
|
|
|
|
route.name !== 'index-index-create-external' && |
|
|
|
|
route.name !== 'index-user-index' |
|
|
|
|
" |
|
|
|
|
@click="showUserModal = true" |
|
|
|
|
> |
|
|
|
|
<div class="text-white flex items-center space-x-1"> |
|
|
|
|
<div class="flex items-center space-x-1"> |
|
|
|
|
<MdiAccountPlusOutline class="mr-1 nc-share-base" /> |
|
|
|
|
<!-- todo: i18n <div>{{ $t('activity.share') }}</div> --> |
|
|
|
|
|
|
|
|
|
<div>{{ $t('activity.inviteTeam') }}</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|