diff --git a/src/components/Pages/Keluhan/Daftar/DKeluhan_DKUL.vue b/src/components/Pages/Keluhan/Daftar/DKeluhan_DKUL.vue index 10e0988..2d67dea 100755 --- a/src/components/Pages/Keluhan/Daftar/DKeluhan_DKUL.vue +++ b/src/components/Pages/Keluhan/Daftar/DKeluhan_DKUL.vue @@ -253,8 +253,7 @@ const onExporting = (e: any) => { 'Tgl Recovery', 'Durasi Response Time', 'Durasi Recovery Time', - 'Posko Asal', - 'Posko Tujuan', + 'Unit Asal', 'Status', 'IDPEL/NO METER', 'Nama Pelapor', @@ -273,7 +272,6 @@ const onExporting = (e: any) => { item.durasi_response_time, item.durasi_recovery_time, item.nama_unit_lama, - item.nama_unit_tujuan, item.status_akhir, item.idpel_nometer, item.nama_pelapor, @@ -286,10 +284,10 @@ const onExporting = (e: any) => { } }) - doc.save('Daftar Gangguan Dialihkan Ke Posko Lain.pdf') + doc.save('Daftar Keluhan Dialihkan Ke Unit Lain.pdf') } else { const workbook = new Workbook() - const worksheet = workbook.addWorksheet('Daftar Gangguan Dialihkan Ke Posko Lain') + const worksheet = workbook.addWorksheet('Daftar Keluhan Dialihkan Ke Unit Lain') exportToExcel({ component: e.component, @@ -299,7 +297,7 @@ const onExporting = (e: any) => { workbook.xlsx.writeBuffer().then((buffer: any) => { saveAs( new Blob([buffer], { type: 'application/octet-stream' }), - 'Daftar Gangguan Dialihkan Ke Posko Lain.xlsx' + 'Daftar Keluhan Dialihkan Ke Unit Lain.xlsx' ) }) }) diff --git a/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue b/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue index bc0f25a..0607c45 100755 --- a/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue +++ b/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue @@ -1,55 +1,179 @@