plan details refactoring

This commit is contained in:
Čarodej
2021-11-25 09:47:26 +01:00
parent d8f1f396d5
commit 03ddb61d33
3 changed files with 54 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
<template slot-scope="{ row }">
<tr class="border-b dark:border-opacity-5 border-light border-dashed">
<td>
<div class="flex items-center">
<router-link class="flex items-center" :to="{name: 'UserDetail', params: {id: row.data.relationships.user.data.id}}">
<MemberAvatar
:is-border="false"
:size="36"
@@ -20,7 +20,7 @@
{{ row.data.relationships.user.data.attributes.email }}
</span>
</div>
</div>
</router-link>
</td>
<td>
<ColorLabel :color="getSubscriptionStatusColor(row.data.attributes.status)">