forked from verdnatura/salix-front
refactor: refs #8699 adjust alignment and sortable property for percentage column in ExtraCommunity.vue
This commit is contained in:
parent
04b0bb1db9
commit
169ebbe593
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue