Skip to content

Commit

Permalink
Display last update time of case response cost.
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Dec 18, 2024
1 parent f7b50f6 commit 66271b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dispatch/static/dispatch/src/case/CostsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
{{ cost.case_cost_type.name }}
</v-list-item-title>
<v-list-item-subtitle>{{ cost.case_cost_type.description }}</v-list-item-subtitle>
<v-list-item-subtitle>
Updated At: {{ formatRelativeDate(cost.updated_at) }}
</v-list-item-subtitle>

<template #append>
{{ toUSD(cost.amount) }}
Expand Down

0 comments on commit 66271b3

Please sign in to comment.