From 66271b3d2a58699f32ae13127910107e6ddbfdc0 Mon Sep 17 00:00:00 2001 From: Avery Lee Date: Tue, 17 Dec 2024 16:56:02 -0800 Subject: [PATCH] Display last update time of case response cost. --- src/dispatch/static/dispatch/src/case/CostsTab.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispatch/static/dispatch/src/case/CostsTab.vue b/src/dispatch/static/dispatch/src/case/CostsTab.vue index 41b68c0a1c9a..152c7e465c33 100644 --- a/src/dispatch/static/dispatch/src/case/CostsTab.vue +++ b/src/dispatch/static/dispatch/src/case/CostsTab.vue @@ -23,6 +23,9 @@ {{ cost.case_cost_type.name }} {{ cost.case_cost_type.description }} + + Updated At: {{ formatRelativeDate(cost.updated_at) }} +