From 52a0be449d095c39cf473260d5126db3f1564364 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 17 Apr 2024 10:58:07 +0200 Subject: [PATCH] feat: refs #6336 redesign --- src/components/ui/VnNotes.vue | 21 +++++++-------------- src/pages/Claim/Card/ClaimSummary.vue | 26 +++++++++++++------------- 2 files changed, 20 insertions(+), 27 deletions(-) diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index 127697714..a2cea7f39 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -82,28 +82,21 @@ async function insert() { :key="note.id" > - - - +
- - - {{ toDateHour(note.created) }} - + {{ toDateHour(note.created) }}
- - {{ note.text }} - + {{ note.text }} diff --git a/src/pages/Claim/Card/ClaimSummary.vue b/src/pages/Claim/Card/ClaimSummary.vue index 888add747..f45d5765d 100644 --- a/src/pages/Claim/Card/ClaimSummary.vue +++ b/src/pages/Claim/Card/ClaimSummary.vue @@ -226,7 +226,19 @@ function openDialog(dmsId) { :value="t(`claim.basicData.${claim.pickup}`)" /> - + + + + + - - - -