diff --git a/vue3/src/pages/PropertyEditorPage.vue b/vue3/src/pages/PropertyEditorPage.vue index df97f881a..744a0fc62 100644 --- a/vue3/src/pages/PropertyEditorPage.vue +++ b/vue3/src/pages/PropertyEditorPage.vue @@ -6,72 +6,117 @@ - - - - - {{ $t('Food') }} - - {{ $t('FDC_ID') }} - - - {{ $t('Amount') }} - - - {{ $t('Properties_Food_Unit') }} - - - - {{ pt.name }} - + + + + + + {{ $t('Food') }} + + {{ $t('FDC_ID') }} + + + {{ $t('Amount') }} + + + {{ $t('Properties_Food_Unit') }} + + + + {{ pt.name }} + {{ pt.order }} FDC FDC - - - - - - - - - - - - - - {{ food.name }} - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + {{ food.name }} + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -100,20 +145,29 @@