diff --git a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerFungsiBidang.vue b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerFungsiBidang.vue index 40f95f0..7dfe348 100755 --- a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerFungsiBidang.vue +++ b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerFungsiBidang.vue @@ -1,25 +1,57 @@ - filterData(filters)" :report-button="true" class="mb-4"> - filters = value" /> + filterData(filters)" + :report-button="true" + class="mb-4" + > + (filters = value)" /> - + - + - + - + - + - + - - + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + {{ parseInt(data.text) ? formatWaktu(data.text) : '-' }} - {{ data.text }}% + {{ data.text }}% - + {{ data.text }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ data.text }} + + + + + + {{ data.text }} + + + + + + {{ parseInt(data.text) ? formatWaktu(data.text) : '-' }} + + + + + + + + + + No Laporan: + + + + + Tgl Lapor: + + + + + Dalam Proses Bidang: + + + + + Selesai Bidang Unit: + + + + + Durasi Response Time: + + + + + Durasi Recovery Time: + + + + + Status: + + + + + IDPEL/NO METER: + + + + + Nama Pelapor: + + + + + Alamat Pelapor: + + + + + NO Telp Pelapor: + + + + + Keterangan Pelapor: + + + + + Rayon: + + + + + Uraian: + + + + + Response Pelanggan: + + + + + \ No newline at end of file +onMounted(() => { + data.value = dummyData.keluhan.rekap.rekapitulasiKeluhanPenyelesaianPerFungsiBidang +}) + diff --git a/src/utils/dummy.ts b/src/utils/dummy.ts index a7ddf55..d441069 100644 --- a/src/utils/dummy.ts +++ b/src/utils/dummy.ts @@ -586037,7 +586037,99 @@ export const dummyData = { "total_dibawah_sla_recovery": 4, "total_diatas_sla_recovery": 0 } - ] + ], + rekapitulasiKeluhanPenyelesaianPerFungsiBidang: [ + { + "fungsi_bidang": "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": 226595.69047619047, + "min_durasi_recovery": 74, + "max_durasi_recovery": 5007391, + "total_dibawah_sla_recovery": 40, + "total_diatas_sla_recovery": 2 + }, + { + "fungsi_bidang": "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": 3390695.481927711, + "min_durasi_recovery": 1064, + "max_durasi_recovery": 5111819, + "total_dibawah_sla_recovery": 7, + "total_diatas_sla_recovery": 76 + }, + { + "fungsi_bidang": "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": 2244827.725, + "min_durasi_recovery": 117, + "max_durasi_recovery": 5111322, + "total_dibawah_sla_recovery": 17, + "total_diatas_sla_recovery": 23 + }, + { + "fungsi_bidang": "ULP PROBOLINGGO", + "total": 455, + "total_selesai": 455, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "avg_durasi_response": 6719.274725274725, + "min_durasi_response": 18, + "max_durasi_response": 85788, + "total_dibawah_sla_response": 388, + "total_diatas_sla_response": 67, + "avg_durasi_recovery": 2598537.769230769, + "min_durasi_recovery": 53, + "max_durasi_recovery": 5137566, + "total_dibawah_sla_recovery": 144, + "total_diatas_sla_recovery": 311 + }, + { + "fungsi_bidang": "ULP TANJUNGPINANG KOTA", + "total": 60, + "total_selesai": 60, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "avg_durasi_response": 28423952.733333334, + "min_durasi_response": 40, + "max_durasi_response": 1705354030, + "total_dibawah_sla_response": 59, + "total_diatas_sla_response": 1, + "avg_durasi_recovery": 117149.65, + "min_durasi_recovery": 99, + "max_durasi_recovery": 3643272, + "total_dibawah_sla_recovery": 58, + "total_diatas_sla_recovery": 2 + } + ], } } } \ No newline at end of file
+
{{ parseInt(data.text) ? formatWaktu(data.text) : '-' }}
{{ data.text }}%
{{ data.text }}
+ {{ data.text }} +
+ {{ parseInt(data.text) ? formatWaktu(data.text) : '-' }} +