diff --git a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerUnit.vue b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerUnit.vue index d76d0e1..79494a4 100755 --- a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerUnit.vue +++ b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerUnit.vue @@ -1,25 +1,57 @@ \ No newline at end of file +onMounted(() => { + data.value = dummyData.keluhan.rekap.rekapitulasiKeluhanPerUnit +}) + diff --git a/src/utils/dummy.ts b/src/utils/dummy.ts index a43baa5..047f788 100644 --- a/src/utils/dummy.ts +++ b/src/utils/dummy.ts @@ -586315,6 +586315,65 @@ export const dummyData = { "total_dibawah_sla_recovery": 0, "total_diatas_sla_recovery": 1 } + ], + rekapitulasiKeluhanPerUnit: [ + { + "id_ulp": 14750, + "nama_ulp": "ULP BATURAJA", + "total": 83, + "total_selesai": 83, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "avg_durasi_response": 25800.21686746988, + "min_durasi_response": 64, + "max_durasi_response": 173218, + "total_dibawah_sla_response": 38, + "total_diatas_sla_response": 45, + "avg_durasi_recovery": 3382655.048192771, + "min_durasi_recovery": 1064, + "max_durasi_recovery": 5103038, + "total_dibawah_sla_recovery": 7, + "total_diatas_sla_recovery": 76 + }, + { + "id_ulp": 18302, + "nama_ulp": "ULP KIJANG", + "total": 42, + "total_selesai": 42, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "avg_durasi_response": 1056.1904761904761, + "min_durasi_response": 118, + "max_durasi_response": 3920, + "total_dibawah_sla_response": 42, + "total_diatas_sla_response": 0, + "avg_durasi_recovery": 226177.54761904763, + "min_durasi_recovery": 74, + "max_durasi_recovery": 4998610, + "total_dibawah_sla_recovery": 40, + "total_diatas_sla_recovery": 2 + }, + { + "id_ulp": 22200, + "nama_ulp": "ULP BARABAI", + "total": 40, + "total_selesai": 40, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "avg_durasi_response": 858.9, + "min_durasi_response": 62, + "max_durasi_response": 2169, + "total_dibawah_sla_response": 40, + "total_diatas_sla_response": 0, + "avg_durasi_recovery": 2239778.65, + "min_durasi_recovery": 117, + "max_durasi_recovery": 5102541, + "total_dibawah_sla_recovery": 17, + "total_diatas_sla_recovery": 23 + } ] } }