diff --git a/src/components/08_request-list/DataDisplay.vue b/src/components/08_request-list/DataDisplay.vue index 916897bb..f36acb4f 100644 --- a/src/components/08_request-list/DataDisplay.vue +++ b/src/components/08_request-list/DataDisplay.vue @@ -27,11 +27,15 @@ withDefaults( class="app-text-muted q-pr-sm" :width="iconSize || '2rem'" /> - - + + {{ label }} - + {{ value }} - + (); defineProps<{ + id?: string; icon?: string; color: string; iconOnly?: boolean; @@ -18,6 +19,7 @@ defineProps<{