From 4a13cc63ae77bf3bacea1984d0452b456cfb63d7 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 20 Mar 2025 21:27:45 +0100 Subject: [PATCH] add calculator to property editore --- vue3/src/pages/PropertyEditorPage.vue | 178 +++++++++++++++++--------- 1 file changed, 116 insertions(+), 62 deletions(-) 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 @@