From 0a0afaf1e1bb3d179e2d4f7ec0f58d34ba33bbd8 Mon Sep 17 00:00:00 2001 From: kur0nek-o Date: Wed, 17 Apr 2024 11:13:21 +0700 Subject: [PATCH] fix: detail monalisa laporan kpi bulanan aging complain --- .../Bulanan/MonalisaLB_AgingComplaint.vue | 88 +++++++++++++++++-- 1 file changed, 82 insertions(+), 6 deletions(-) diff --git a/src/components/Pages/Monalisa/Laporan/Bulanan/MonalisaLB_AgingComplaint.vue b/src/components/Pages/Monalisa/Laporan/Bulanan/MonalisaLB_AgingComplaint.vue index 1769ef4..c563e26 100755 --- a/src/components/Pages/Monalisa/Laporan/Bulanan/MonalisaLB_AgingComplaint.vue +++ b/src/components/Pages/Monalisa/Laporan/Bulanan/MonalisaLB_AgingComplaint.vue @@ -27,7 +27,7 @@ column-resizing-mode="widget" :word-wrap-enabled="true" > - + @@ -80,7 +80,7 @@ data-type="number" :caption="`${getMonthNameShort(currentMonth)} ${currentYear}`" css-class="custom-table-column" - cell-template="formatNumber" + cell-template="formatNumberAvgDurasiRecoveryGangguan" /> + + + + @@ -716,7 +785,14 @@ const onCellClicked = (e: any) => { tahun: currentYear, bulan: currentMonth }) + } else { + setParameterRequest({ + type: null, + tahun: lastYear, + bulan: currentMonth + }) } + groupData.value = getDataRowGroup(e.data) showDetail() } else {