Add new query for laporanCttKwhPeriksa and update customize-text in MonalisaLB_AgingComplaint.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-27 04:40:12 +07:00
parent 8788242a04
commit 4bcddbf2f1
3 changed files with 113 additions and 69 deletions

View File

@ -209,27 +209,21 @@
summary-type="avg"
display-format="{0}"
css-class="text-white !text-right"
:customize-text="
(e: any) => (parseFloat(e.value.toString()) ? formatPercentage(e.value) : '0%')
"
:customize-text="(e: any) => (isNumber(e.value) ? formatPercentage(e.value) : '0%')"
/>
<DxTotalItem
column="aging_complaint_keluhan"
summary-type="avg"
display-format="{0}"
css-class="text-white !text-right"
:customize-text="
(e: any) => (parseFloat(e.value.toString()) ? formatPercentage(e.value) : '0%')
"
:customize-text="(e: any) => (isNumber(e.value) ? formatPercentage(e.value) : '0%')"
/>
<DxTotalItem
column="avg_aging_complaint"
summary-type="avg"
display-format="{0}"
css-class="text-white !text-right"
:customize-text="
(e: any) => (parseFloat(e.value.toString()) ? formatPercentage(e.value) : '0%')
"
:customize-text="(e: any) => (isNumber(e.value) ? formatPercentage(e.value) : '0%')"
/>
<DxGroupItem