From 5d6b0c82536daad6ac940e0f3ea79d96c72ade22 Mon Sep 17 00:00:00 2001 From: chiayin Date: Thu, 21 Mar 2024 11:27:21 +0800 Subject: [PATCH] fix: Issues #277 Compare page done. --- src/views/Compare/Dashboard/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Compare/Dashboard/index.vue b/src/views/Compare/Dashboard/index.vue index 2b2d3d2..fc20d3e 100644 --- a/src/views/Compare/Dashboard/index.vue +++ b/src/views/Compare/Dashboard/index.vue @@ -137,7 +137,7 @@ export default { avgProcessTime: {title: 'Average Processing Time', x: 'Date', y: 'Processing time'}, avgProcessTimeByTask: {title: 'Average Processing Time by Activity', x: 'Processing time', y: 'Activity'}, avgWaitingTime: {title: 'Average Waiting Time', x: 'Date', y: 'Waiting time'}, - avgWaitingTimeByEdge: {title: 'Average Waiting Time by Activity', x: 'Waiting time', y: 'Activity'}, + avgWaitingTimeByEdge: {title: 'Average Waiting Time between Activity', x: 'Waiting time', y: 'Activities'}, freq: {title: 'New Cases', x: 'Date', y: 'Count'}, casesByTask: {title: 'Number of Cases by Activity', x: 'Times', y: 'Activity'}, },