Sort items

This commit is contained in:
Douglas Barone 2023-07-04 12:25:12 -04:00
parent 2840025e9a
commit b3210e7d3d

View File

@ -76,10 +76,6 @@ const campiSelectItems = [
title: 'Todos', title: 'Todos',
value: '' value: ''
}, },
{
title: 'Reitoria',
value: 'RT'
},
{ {
title: 'Aquidauana', title: 'Aquidauana',
value: 'AQ' value: 'AQ'
@ -97,16 +93,8 @@ const campiSelectItems = [
value: 'CX' value: 'CX'
}, },
{ {
title: 'Nova Andradina', title: 'Dourados',
value: 'NA' value: 'DR'
},
{
title: 'Ponta Porã',
value: 'PP'
},
{
title: 'Três Lagoas',
value: 'TL'
}, },
{ {
title: 'Jardim', title: 'Jardim',
@ -117,8 +105,21 @@ const campiSelectItems = [
value: 'NV' value: 'NV'
}, },
{ {
title: 'Dourados', title: 'Nova Andradina',
value: 'DR' value: 'NA'
},
{
title: 'Ponta Porã',
value: 'PP'
},
{
title: 'Reitoria',
value: 'RT'
},
{
title: 'Três Lagoas',
value: 'TL'
} }
] ]