diff --git a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerTanggal.vue b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerTanggal.vue index 1e30b1d..c06eda6 100755 --- a/src/components/Pages/Keluhan/Rekap/RKeluhan_PerTanggal.vue +++ b/src/components/Pages/Keluhan/Rekap/RKeluhan_PerTanggal.vue @@ -1,131 +1,711 @@ - 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.rekapitulasiKeluhanPerTanggal +}) + diff --git a/src/utils/dummy.ts b/src/utils/dummy.ts index aa94348..a43baa5 100644 --- a/src/utils/dummy.ts +++ b/src/utils/dummy.ts @@ -586247,6 +586247,74 @@ export const dummyData = { "total_dibawah_sla_recovery": 17, "total_diatas_sla_recovery": 23 } + ], + rekapitulasiKeluhanPerTanggal: [ + { + "id_uid": 32, + "nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT", + "tanggal_lapor": "02/12/2023", + "total": 1, + "total_selesai": 1, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "total_durasi_response": 17635, + "avg_durasi_response": 17635, + "min_durasi_response": 17635, + "max_durasi_response": 17635, + "total_dibawah_sla_response": 0, + "total_diatas_sla_response": 1, + "total_durasi_recovery": 7802160, + "avg_durasi_recovery": 7802160, + "min_durasi_recovery": 7802160, + "max_durasi_recovery": 7802160, + "total_dibawah_sla_recovery": 0, + "total_diatas_sla_recovery": 1 + }, + { + "id_uid": 32, + "nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT", + "tanggal_lapor": "02/12/2023", + "total": 1, + "total_selesai": 1, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "total_durasi_response": 17635, + "avg_durasi_response": 17635, + "min_durasi_response": 17635, + "max_durasi_response": 17635, + "total_dibawah_sla_response": 0, + "total_diatas_sla_response": 1, + "total_durasi_recovery": 7802160, + "avg_durasi_recovery": 7802160, + "min_durasi_recovery": 7802160, + "max_durasi_recovery": 7802160, + "total_dibawah_sla_recovery": 0, + "total_diatas_sla_recovery": 1 + }, + { + "id_uid": 32, + "nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT", + "tanggal_lapor": "02/12/2023", + "total": 1, + "total_selesai": 1, + "persen_selesai": 100, + "total_inproses": 0, + "persen_inproses": 0, + "total_durasi_response": 17635, + "avg_durasi_response": 17635, + "min_durasi_response": 17635, + "max_durasi_response": 17635, + "total_dibawah_sla_response": 0, + "total_diatas_sla_response": 1, + "total_durasi_recovery": 7802160, + "avg_durasi_recovery": 7802160, + "min_durasi_recovery": 7802160, + "max_durasi_recovery": 7802160, + "total_dibawah_sla_recovery": 0, + "total_diatas_sla_recovery": 1 + } ] } }
+
{{ parseInt(data.text) ? formatWaktu(data.text) : '-' }}
{{ data.text }}%
{{ data.text }}
+ {{ data.text }} +
+ {{ parseInt(data.text) ? formatWaktu(data.text) : '-' }} +