ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)

This commit is contained in:
Pearl Dsilva 2022-04-14 09:50:11 +05:30 committed by GitHub
parent 3674aff4d4
commit b4ac98efa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<span v-if="record.projectroleid">{{ getProjectRole(record) }}</span>
</template>
<template #action="{ record }">
<div v-if="record.projectroleid">
<div>
<span v-if="imProjectAdmin && dataSource.length > 1" class="account-button-action">
<tooltip-button
tooltipPlacement="top"