[C28-32][@ant] fix(desktop-expenses): String(uploaded_at) для formatDate — zeus-скаляр Date типизирован как {}, vue-tsc валил CI

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
coopops
2026-06-10 19:24:26 +00:00
parent 773ecd89c2
commit 714d618320
@@ -95,7 +95,7 @@
.file-row__name {{ file.storage_key || '—' }}
.file-row__meta.t-muted
span(v-if='file.uploaded_by_username') {{ file.uploaded_by_username }}
span(v-if='file.uploaded_at') {{ ' · ' + formatDate(file.uploaded_at) }}
span(v-if='file.uploaded_at') {{ ' · ' + formatDate(String(file.uploaded_at)) }}
span(v-if='file.size_bytes') {{ ' · ' + formatBytes(Number(file.size_bytes)) }}
EmptyState(
v-else,