fix: ordering
This commit is contained in:
parent
ef9c99bac2
commit
a985d8be58
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ defineProps<{
|
|||
"
|
||||
/>
|
||||
<div
|
||||
v-for="key in fieldSelected || [
|
||||
v-for="key in fieldSelected?.sort() || [
|
||||
'branchLabelAddress',
|
||||
'branchLabelTel',
|
||||
'branchLabelType',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue