#7864 - Merge master into test #630

Merged
jorgep merged 25 commits from master into test 2024-08-26 12:01:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bac0a3ba6c - Show all commits

View File

@ -72,7 +72,7 @@ const hasAccount = ref(false);
</VnImg>
</template>
<template #body="{ entity }">
<VnLv :label="t('account.card.nickname')" :value="entity.nickname" />
<VnLv :label="t('account.card.nickname')" :value="entity.name" />
<VnLv :label="t('account.card.role')" :value="entity.role.name" />
</template>
<template #actions="{ entity }">