From ac9e13d067b3242e427bd2ff11387bf43f6595b2 Mon Sep 17 00:00:00 2001 From: chiayin Date: Tue, 6 Feb 2024 16:47:54 +0800 Subject: [PATCH] feat: Performance done. --- src/views/Discover/Performance/index.vue | 126 +++++++++++------------ 1 file changed, 58 insertions(+), 68 deletions(-) diff --git a/src/views/Discover/Performance/index.vue b/src/views/Discover/Performance/index.vue index e3334c8..2f689ce 100644 --- a/src/views/Discover/Performance/index.vue +++ b/src/views/Discover/Performance/index.vue @@ -12,7 +12,7 @@
-

Time Usage

+

Frequency

@@ -29,10 +29,12 @@
  • Cycle Time & Efficiency
      -
    • +
    • + {{ contentData.avgCycleTime.title }}
    • -
    • +
    • + {{ contentData.avgCycleEfficiency.title }}info
    @@ -40,22 +42,26 @@
  • Processing Time
      -
    • +
    • + {{ contentData.avgProcessTime.title }}
    • -
    • - +
    • + {{ contentData.avgProcessTimeByTask.title }} +
  • Waiting Time
      -
    • +
    • + {{ contentData.avgWaitingTime.title }}
    • -
    • - +
    • + {{ contentData.avgWaitingTimeByEdge.title }}info +
  • @@ -67,11 +73,14 @@
  • Number of Cases
      -
    • +
    • + {{ contentData.freq.title }}
    • -
    • - +
    • + {{ contentData.casesByTask.title }} +
  • @@ -80,7 +89,7 @@
    - +