From 071ec7510dcf8388f771716a94aaebad9e0159dc Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Tue, 19 Mar 2024 14:18:17 +0700 Subject: [PATCH] Refactor code for improved performance and readability --- .../Anomali/Gangguan/Anomali_LAPPGP_LPP.vue | 1 + .../Anomali/Gangguan/Anomali_LAPPGP_LPT.vue | 1 + .../Anomali/Gangguan/Anomali_LAPPGU_LPP.vue | 1 + .../Anomali/Gangguan/Anomali_LAPPGU_LPT.vue | 1 + .../Anomali/Keluhan/Anomali_LAPPKU_LPP.vue | 118 ++-- .../Anomali/Keluhan/Anomali_LAPPKU_LPT.vue | 191 +++++-- src/components/Pages/Cico/LaporanCICO.vue | 2 + .../Pages/Ctt/CTT_LaporanCttKwhPeriksa.vue | 130 ++++- .../Pages/Gangguan/Daftar/DGangguan_BM.vue | 31 +- .../Pages/Gangguan/Daftar/DGangguan_DKPL.vue | 1 + .../Gangguan/Daftar/DGangguan_DMAPKT.vue | 1 + .../Pages/Gangguan/Daftar/DGangguan_MLD1K.vue | 1 + .../Daftar/DGangguan_RecoveryTime.vue | 1 + .../Daftar/DGangguan_ResponseTime.vue | 1 + .../Pages/Gangguan/Daftar/DGangguan_STIDP.vue | 1 + .../Pages/Gangguan/Rekap/RGangguan_ALL.vue | 2 + .../Gangguan/Rekap/RGangguan_AlihPosko.vue | 2 + .../Rekap/RGangguan_BerdasarMedia.vue | 2 + .../Pages/Gangguan/Rekap/RGangguan_CTTM.vue | 1 + .../Pages/Gangguan/Rekap/RGangguan_DMAPKT.vue | 2 + .../Rekap/RGangguan_JenisGangguan.vue | 1 + .../Rekap/RGangguan_JenisGangguanSE.vue | 2 + .../Pages/Gangguan/Rekap/RGangguan_KTI.vue | 2 + .../Gangguan/Rekap/RGangguan_PerPosko.vue | 2 + .../Gangguan/Rekap/RGangguan_PerRegu.vue | 1 + .../Gangguan/Rekap/RGangguan_PerTanggal.vue | 2 + .../Rekap/RGangguan_RatingPerPosko.vue | 2 + .../Rekap/RGangguan_RatingPerRegu.vue | 2 + .../Keluhan/Daftar/DKeluhan_BerdasarMedia.vue | 1 + .../Pages/Keluhan/Daftar/DKeluhan_DKUL.vue | 1 + .../Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue | 1 + .../Keluhan/Daftar/DKeluhan_RecoveryTime.vue | 1 + .../Keluhan/Daftar/DKeluhan_ResponseTime.vue | 1 + .../Pages/Keluhan/Daftar/DKeluhan_STIDP.vue | 1 + .../Keluhan/Daftar/DKeluhan_SelesaiCC.vue | 1 + .../Pages/Keluhan/Rekap/RKeluhan_ALL.vue | 2 + .../Keluhan/Rekap/RKeluhan_BerdasarMedia.vue | 2 + .../Rekap/RKeluhan_PerFungsiBidang.vue | 520 +++++++++--------- .../Rekap/RKeluhan_PerJenisKeluhan.vue | 4 +- .../Rekap/RKeluhan_PerKelompokKeluhan.vue | 2 + .../Keluhan/Rekap/RKeluhan_PerTanggal.vue | 2 + .../Pages/Keluhan/Rekap/RKeluhan_PerUnit.vue | 2 + .../Keluhan/Rekap/RKeluhan_RatingPerUnit.vue | 1 + .../Pages/Material/Daftar/Material_DGMYG.vue | 17 +- .../Pages/Material/Rekap/Material_RPM.vue | 17 +- .../MonalisaGR_DispatchingTimeGangguan.vue | 1 + .../Gangguan/Rekap/MonalisaGR_ENSGangguan.vue | 1 + .../Rekap/MonalisaGR_GangguanBelumSelesai.vue | 2 + .../MonalisaGR_GangguanPerJenisGangguan.vue | 1 + .../MonalisaGR_JumlahDDRPTRCTGangguan.vue | 1 + .../Rekap/MonalisaGR_JumlahKaliGangguan.vue | 1 + .../Gangguan/Rekap/MonalisaGR_LaporUlang.vue | 1 + .../Rekap/MonalisaGR_RecoveryTimeGangguan.vue | 1 + .../Rekap/MonalisaGR_ResponseTimeGangguan.vue | 1 + .../MonalisaKR_GangguanPerJenisKeluhan.vue | 1 + .../MonalisaKR_JumlahDDRPTRCTKeluhan.vue | 1 + .../Rekap/MonalisaKR_JumlahKaliKeluhan.vue | 1 + .../Rekap/MonalisaKR_KeluhanBelumSelesai.vue | 1 + .../Rekap/MonalisaKR_LaporUlangKeluhan.vue | 1 + .../Rekap/MonalisaKR_RecoveryTimeKeluhan.vue | 1 + .../Rekap/MonalisaKR_ResponseTimeKeluhan.vue | 1 + .../Bulanan/MonalisaLB_AgingComplaint.vue | 2 + .../Bulanan/MonalisaLB_EnergyNotSales.vue | 1 + .../Bulanan/MonalisaLB_KADDalamPelaporan.vue | 1 + .../MonalisaLB_PenurunanJumlahKomplain.vue | 4 +- .../Kumulatif/MonalisaLK_AgingComplaint.vue | 1 + .../Kumulatif/MonalisaLK_EnergyNotSales.vue | 1 + .../Kumulatif/MonalisaLK_KDADPelaporan.vue | 1 + .../MonalisaLK_PenurunanJumlahKomplain.vue | 1 + .../Pages/PencarianData/PencarianData.vue | 1 + src/components/Pages/Transaksi/Transaksi.vue | 19 +- 71 files changed, 730 insertions(+), 400 deletions(-) diff --git a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP_LPP.vue b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP_LPP.vue index 338e0e3..581f551 100755 --- a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP_LPP.vue +++ b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP_LPP.vue @@ -3,6 +3,7 @@

Laporan Pengaduan PLN Mobile

Laporan Pengaduan Total Laporan Pengaduan PLN Mobile Laporan Pengaduan Total
-

- Laporan Pengaduan PLN Mobile -

+

Laporan Pengaduan PLN Mobile

- + - + - + - + - + - - + + - - + + - \ No newline at end of file + diff --git a/src/components/Pages/Anomali/Keluhan/Anomali_LAPPKU_LPT.vue b/src/components/Pages/Anomali/Keluhan/Anomali_LAPPKU_LPT.vue index 590e097..d8e885d 100755 --- a/src/components/Pages/Anomali/Keluhan/Anomali_LAPPKU_LPT.vue +++ b/src/components/Pages/Anomali/Keluhan/Anomali_LAPPKU_LPT.vue @@ -1,83 +1,190 @@ \ No newline at end of file + diff --git a/src/components/Pages/Cico/LaporanCICO.vue b/src/components/Pages/Cico/LaporanCICO.vue index 0bb3ae2..dd214cc 100755 --- a/src/components/Pages/Cico/LaporanCICO.vue +++ b/src/components/Pages/Cico/LaporanCICO.vue @@ -5,6 +5,7 @@
- +
- + - + - + - + - + - + - + - + - + - - + + - + - +
diff --git a/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue b/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue index e61c88f..553ee14 100755 --- a/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue +++ b/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue @@ -5,6 +5,7 @@
+ -
{ if (import.meta.env.DEV) { data.value = [ { - "id": 0, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13105, - "nama_ulp": "ULP LUBUK ALUNG", - "fungsi_bidang": "Proses PD/TD, belum ada realisasinya ", - "total": 1, - "total_selesai": 1, - "persen_selesai": 100, - "total_inproses": 0, - "persen_inproses": 0, - "avg_durasi_response": 983, - "min_durasi_response": 983, - "max_durasi_response": 983, - "total_dibawah_sla_response": 1, - "total_diatas_sla_response": 0, - "avg_durasi_recovery": 1373, - "min_durasi_recovery": 1373, - "max_durasi_recovery": 1373, - "total_dibawah_sla_recovery": 1, - "total_diatas_sla_recovery": 0 - }, - { - "id": 1, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13107, - "nama_ulp": "ULP PAINAN", - "fungsi_bidang": "Drop Tegangan ", - "total": 1, - "total_selesai": 1, - "persen_selesai": 100, - "total_inproses": 0, - "persen_inproses": 0, - "avg_durasi_response": 2228, - "min_durasi_response": 2228, - "max_durasi_response": 2228, - "total_dibawah_sla_response": 0, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 2347, - "min_durasi_recovery": 2347, - "max_durasi_recovery": 2347, - "total_dibawah_sla_recovery": 1, - "total_diatas_sla_recovery": 0 - }, - { - "id": 2, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13104, - "nama_ulp": "ULP PARIAMAN", - "fungsi_bidang": "Kondisi Jaringan Listrik ", - "total": 4, - "total_selesai": 3, - "persen_selesai": 75, - "total_inproses": 1, - "persen_inproses": 25, - "avg_durasi_response": 772.6666666666666, - "min_durasi_response": 171, - "max_durasi_response": 1701, - "total_dibawah_sla_response": 2, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 3476, - "min_durasi_recovery": 2824, - "max_durasi_recovery": 3968, - "total_dibawah_sla_recovery": 4, - "total_diatas_sla_recovery": 0 - }, - { - "id": 3, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13103, - "nama_ulp": "ULP INDARUNG", - "fungsi_bidang": "Alat Pembatas tidak berfungsi ", - "total": 25, - "total_selesai": 15, - "persen_selesai": 60, - "total_inproses": 10, - "persen_inproses": 40, - "avg_durasi_response": 1419, - "min_durasi_response": 109, - "max_durasi_response": 4384, - "total_dibawah_sla_response": 10, - "total_diatas_sla_response": 5, - "avg_durasi_recovery": 4791.6, - "min_durasi_recovery": 10, - "max_durasi_recovery": 21118, - "total_dibawah_sla_recovery": 17, - "total_diatas_sla_recovery": 8 - }, - { - "id": 4, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13105, - "nama_ulp": "ULP LUBUK ALUNG", - "fungsi_bidang": "PD", - "total": 2, - "total_selesai": 2, - "persen_selesai": 100, - "total_inproses": 0, - "persen_inproses": 0, - "avg_durasi_response": 8920.5, - "min_durasi_response": 790, - "max_durasi_response": 17051, - "total_dibawah_sla_response": 1, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 13781.5, - "min_durasi_recovery": 6068, - "max_durasi_recovery": 21495, - "total_dibawah_sla_recovery": 0, - "total_diatas_sla_recovery": 2 - }, - { - "id": 5, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13106, - "nama_ulp": "ULP SICINCIN", - "fungsi_bidang": "Alat Pembatas tidak berfungsi ", - "total": 11, - "total_selesai": 0, - "persen_selesai": 0, - "total_inproses": 11, - "persen_inproses": 100, - "avg_durasi_response": 828.25, - "min_durasi_response": 387, - "max_durasi_response": 1237, - "total_dibawah_sla_response": 4, - "total_diatas_sla_response": 0, - "avg_durasi_recovery": 2622.181818181818, - "min_durasi_recovery": 480, - "max_durasi_recovery": 15205, - "total_dibawah_sla_recovery": 10, - "total_diatas_sla_recovery": 1 - }, - { - "id": 6, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13103, - "nama_ulp": "ULP INDARUNG", - "fungsi_bidang": "Tidak bisa beli Token ", - "total": 1, - "total_selesai": 1, - "persen_selesai": 100, - "total_inproses": 0, - "persen_inproses": 0, - "avg_durasi_response": 5442, - "min_durasi_response": 5442, - "max_durasi_response": 5442, - "total_dibawah_sla_response": 0, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 9759, - "min_durasi_recovery": 9759, - "max_durasi_recovery": 9759, - "total_dibawah_sla_recovery": 0, - "total_diatas_sla_recovery": 1 - }, - { - "id": 7, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13102, - "nama_ulp": "ULP TABING", - "fungsi_bidang": "Kondisi Jaringan Listrik ", - "total": 13, - "total_selesai": 4, - "persen_selesai": 30.76923076923077, - "total_inproses": 9, - "persen_inproses": 69.23076923076923, - "avg_durasi_response": 5249.461538461538, - "min_durasi_response": 300, - "max_durasi_response": 22739, - "total_dibawah_sla_response": 5, - "total_diatas_sla_response": 8, - "avg_durasi_recovery": 7872.384615384615, - "min_durasi_recovery": 594, - "max_durasi_recovery": 32933, - "total_dibawah_sla_recovery": 7, - "total_diatas_sla_recovery": 6 - }, - { - "id": 8, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13102, - "nama_ulp": "ULP TABING", - "fungsi_bidang": "PTL Sering Padam ", - "total": 1, - "total_selesai": 0, - "persen_selesai": 0, - "total_inproses": 1, - "persen_inproses": 100, - "avg_durasi_response": 28613, - "min_durasi_response": 28613, - "max_durasi_response": 28613, - "total_dibawah_sla_response": 0, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 37937, - "min_durasi_recovery": 37937, - "max_durasi_recovery": 37937, - "total_dibawah_sla_recovery": 0, - "total_diatas_sla_recovery": 1 - }, - { - "id": 9, - "nama_regional": "REGIONAL SUMKAL", - "id_uid": 131, - "nama_uid": "WILAYAH SUMATERA BARAT", - "id_up3": 13100, - "nama_up3": "UP3 PADANG", - "id_ulp": 13112, - "nama_ulp": "ULP KURANJI", - "fungsi_bidang": "Alat Ukur Paskabayar tidak berfungsi ", - "total": 1, - "total_selesai": 1, - "persen_selesai": 100, - "total_inproses": 0, - "persen_inproses": 0, - "avg_durasi_response": 2264, - "min_durasi_response": 2264, - "max_durasi_response": 2264, - "total_dibawah_sla_response": 0, - "total_diatas_sla_response": 1, - "avg_durasi_recovery": 3300, - "min_durasi_recovery": 3300, - "max_durasi_recovery": 3300, - "total_dibawah_sla_recovery": 1, - "total_diatas_sla_recovery": 0 - }, + id: 0, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13105, + nama_ulp: 'ULP LUBUK ALUNG', + fungsi_bidang: 'Proses PD/TD, belum ada realisasinya ', + total: 1, + total_selesai: 1, + persen_selesai: 100, + total_inproses: 0, + persen_inproses: 0, + avg_durasi_response: 983, + min_durasi_response: 983, + max_durasi_response: 983, + total_dibawah_sla_response: 1, + total_diatas_sla_response: 0, + avg_durasi_recovery: 1373, + min_durasi_recovery: 1373, + max_durasi_recovery: 1373, + total_dibawah_sla_recovery: 1, + total_diatas_sla_recovery: 0 + }, + { + id: 1, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13107, + nama_ulp: 'ULP PAINAN', + fungsi_bidang: 'Drop Tegangan ', + total: 1, + total_selesai: 1, + persen_selesai: 100, + total_inproses: 0, + persen_inproses: 0, + avg_durasi_response: 2228, + min_durasi_response: 2228, + max_durasi_response: 2228, + total_dibawah_sla_response: 0, + total_diatas_sla_response: 1, + avg_durasi_recovery: 2347, + min_durasi_recovery: 2347, + max_durasi_recovery: 2347, + total_dibawah_sla_recovery: 1, + total_diatas_sla_recovery: 0 + }, + { + id: 2, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13104, + nama_ulp: 'ULP PARIAMAN', + fungsi_bidang: 'Kondisi Jaringan Listrik ', + total: 4, + total_selesai: 3, + persen_selesai: 75, + total_inproses: 1, + persen_inproses: 25, + avg_durasi_response: 772.6666666666666, + min_durasi_response: 171, + max_durasi_response: 1701, + total_dibawah_sla_response: 2, + total_diatas_sla_response: 1, + avg_durasi_recovery: 3476, + min_durasi_recovery: 2824, + max_durasi_recovery: 3968, + total_dibawah_sla_recovery: 4, + total_diatas_sla_recovery: 0 + }, + { + id: 3, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13103, + nama_ulp: 'ULP INDARUNG', + fungsi_bidang: 'Alat Pembatas tidak berfungsi ', + total: 25, + total_selesai: 15, + persen_selesai: 60, + total_inproses: 10, + persen_inproses: 40, + avg_durasi_response: 1419, + min_durasi_response: 109, + max_durasi_response: 4384, + total_dibawah_sla_response: 10, + total_diatas_sla_response: 5, + avg_durasi_recovery: 4791.6, + min_durasi_recovery: 10, + max_durasi_recovery: 21118, + total_dibawah_sla_recovery: 17, + total_diatas_sla_recovery: 8 + }, + { + id: 4, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13105, + nama_ulp: 'ULP LUBUK ALUNG', + fungsi_bidang: 'PD', + total: 2, + total_selesai: 2, + persen_selesai: 100, + total_inproses: 0, + persen_inproses: 0, + avg_durasi_response: 8920.5, + min_durasi_response: 790, + max_durasi_response: 17051, + total_dibawah_sla_response: 1, + total_diatas_sla_response: 1, + avg_durasi_recovery: 13781.5, + min_durasi_recovery: 6068, + max_durasi_recovery: 21495, + total_dibawah_sla_recovery: 0, + total_diatas_sla_recovery: 2 + }, + { + id: 5, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13106, + nama_ulp: 'ULP SICINCIN', + fungsi_bidang: 'Alat Pembatas tidak berfungsi ', + total: 11, + total_selesai: 0, + persen_selesai: 0, + total_inproses: 11, + persen_inproses: 100, + avg_durasi_response: 828.25, + min_durasi_response: 387, + max_durasi_response: 1237, + total_dibawah_sla_response: 4, + total_diatas_sla_response: 0, + avg_durasi_recovery: 2622.181818181818, + min_durasi_recovery: 480, + max_durasi_recovery: 15205, + total_dibawah_sla_recovery: 10, + total_diatas_sla_recovery: 1 + }, + { + id: 6, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13103, + nama_ulp: 'ULP INDARUNG', + fungsi_bidang: 'Tidak bisa beli Token ', + total: 1, + total_selesai: 1, + persen_selesai: 100, + total_inproses: 0, + persen_inproses: 0, + avg_durasi_response: 5442, + min_durasi_response: 5442, + max_durasi_response: 5442, + total_dibawah_sla_response: 0, + total_diatas_sla_response: 1, + avg_durasi_recovery: 9759, + min_durasi_recovery: 9759, + max_durasi_recovery: 9759, + total_dibawah_sla_recovery: 0, + total_diatas_sla_recovery: 1 + }, + { + id: 7, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13102, + nama_ulp: 'ULP TABING', + fungsi_bidang: 'Kondisi Jaringan Listrik ', + total: 13, + total_selesai: 4, + persen_selesai: 30.76923076923077, + total_inproses: 9, + persen_inproses: 69.23076923076923, + avg_durasi_response: 5249.461538461538, + min_durasi_response: 300, + max_durasi_response: 22739, + total_dibawah_sla_response: 5, + total_diatas_sla_response: 8, + avg_durasi_recovery: 7872.384615384615, + min_durasi_recovery: 594, + max_durasi_recovery: 32933, + total_dibawah_sla_recovery: 7, + total_diatas_sla_recovery: 6 + }, + { + id: 8, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13102, + nama_ulp: 'ULP TABING', + fungsi_bidang: 'PTL Sering Padam ', + total: 1, + total_selesai: 0, + persen_selesai: 0, + total_inproses: 1, + persen_inproses: 100, + avg_durasi_response: 28613, + min_durasi_response: 28613, + max_durasi_response: 28613, + total_dibawah_sla_response: 0, + total_diatas_sla_response: 1, + avg_durasi_recovery: 37937, + min_durasi_recovery: 37937, + max_durasi_recovery: 37937, + total_dibawah_sla_recovery: 0, + total_diatas_sla_recovery: 1 + }, + { + id: 9, + nama_regional: 'REGIONAL SUMKAL', + id_uid: 131, + nama_uid: 'WILAYAH SUMATERA BARAT', + id_up3: 13100, + nama_up3: 'UP3 PADANG', + id_ulp: 13112, + nama_ulp: 'ULP KURANJI', + fungsi_bidang: 'Alat Ukur Paskabayar tidak berfungsi ', + total: 1, + total_selesai: 1, + persen_selesai: 100, + total_inproses: 0, + persen_inproses: 0, + avg_durasi_response: 2264, + min_durasi_response: 2264, + max_durasi_response: 2264, + total_dibawah_sla_response: 0, + total_diatas_sla_response: 1, + avg_durasi_recovery: 3300, + min_durasi_recovery: 3300, + max_durasi_recovery: 3300, + total_dibawah_sla_recovery: 1, + total_diatas_sla_recovery: 0 + } ] } }) diff --git a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerJenisKeluhan.vue b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerJenisKeluhan.vue index dc69a71..a9fbc8d 100755 --- a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerJenisKeluhan.vue +++ b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerJenisKeluhan.vue @@ -10,6 +10,7 @@
{ if (import.meta.env.DEV) { data.value = dummyData.keluhan.rekap.rekapitulasiKeluhanPerJenisKeluhan } -}) +}) diff --git a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerKelompokKeluhan.vue b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerKelompokKeluhan.vue index 2fc71c9..ff8fc60 100755 --- a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerKelompokKeluhan.vue +++ b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerKelompokKeluhan.vue @@ -10,6 +10,7 @@
- +
- +