Display user email for administrators

This commit is contained in:
aonomike 2019-10-03 14:31:39 +03:00
parent 13ba93eecd
commit eae19ca33d

View File

@ -33,6 +33,16 @@
<b>{{ scope.row.name | truncate(20) }}</b>
</nuxt-link>
</template>
<template slot="email" slot-scope="scope">
<nuxt-link
:to="{
name: 'profile-id-slug',
params: { id: scope.row.id, slug: scope.row.slug },
}"
>
<b>{{ scope.row.email }}</b>
</nuxt-link>
</template>
<template slot="slug" slot-scope="scope">
<nuxt-link
:to="{
@ -128,6 +138,7 @@ export default {
id
name
slug
email
role
createdAt
contributionsCount