Fix formatPercentage function in RGangguan_DMAPKT.vue
This commit is contained in:
parent
df77117c2c
commit
00a50906d9
@ -351,7 +351,7 @@
|
||||
|
||||
<template #formatPercentage="{ data }">
|
||||
<p class="text-right cursor-pointer">
|
||||
{{ isNumber(data.text) ? formatPercentage(data.text) : data.text }}
|
||||
{{ parseFloat(data.text) ? formatPercentage(data.text) : '0%' }}
|
||||
</p>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user