fix: ordering

This commit is contained in:
Methapon2001 2024-07-04 14:29:08 +07:00
parent ef9c99bac2
commit a985d8be58

View file

@ -62,7 +62,7 @@ defineProps<{
" "
/> />
<div <div
v-for="key in fieldSelected || [ v-for="key in fieldSelected?.sort() || [
'branchLabelAddress', 'branchLabelAddress',
'branchLabelTel', 'branchLabelTel',
'branchLabelType', 'branchLabelType',