Добавил поддержку компонента даты в отчетах

This commit is contained in:
brusnitsyn
2026-06-22 16:55:58 +09:00
parent a47c2ad9b1
commit 372fc34493
2 changed files with 13 additions and 4 deletions

View File

@@ -76,6 +76,9 @@ const onSelectRole = (roleId) => {
<!-- Аватар + имя -->
<NFlex align="center" :size="8" :wrap="false">
<NText style="white-space: nowrap; max-width: 180px; overflow: hidden; text-overflow: ellipsis;">
{{ authStore.user?.name }}
</NText>
<NAvatar
round :size="28"
style="
@@ -83,9 +86,6 @@ const onSelectRole = (roleId) => {
font-size: 11px; font-weight: 700; flex-shrink: 0;
"
>{{ initials }}</NAvatar>
<NText style="white-space: nowrap; max-width: 180px; overflow: hidden; text-overflow: ellipsis;">
{{ authStore.user?.name }}
</NText>
</NFlex>
</NFlex>