0
0
Fork 0

refactor: refs #8699 adjust alignment and sortable property for percentage column in ExtraCommunity.vue

This commit is contained in:
Pablo Natek 2025-03-27 09:43:00 +01:00
parent 04b0bb1db9
commit 169ebbe593
1 changed files with 3 additions and 2 deletions

View File

@ -197,8 +197,9 @@ const columns = computed(() => [
label: '%',
field: '',
name: 'percentage',
align: 'center',
align: 'right',
showValue: false,
sortable: true,
},
{
label: t('extraCommunity.kg'),
@ -528,7 +529,7 @@ watch(route, () => {
? `${props.row.percentageKg}%`
: '-'
"
class="text-left q-py-xs q-px-sm"
class="text-right q-py-xs q-px-sm"
:color="getColor(props.row.percentageKg)"
/>
<span