Add new query for laporanCttKwhPeriksa and update customize-text in MonalisaLB_AgingComplaint.vue
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user