From e88fea2796dcd0687162a13c15d43c00b16a6c66 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 21 May 2026 14:24:13 +0200 Subject: [PATCH] feat(fer-19) : affichage etat pont-bascule et desactivation du bouton peser Co-Authored-By: Claude Opus 4.7 (1M context) --- .../components/workflow/workflow-weight.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/frontend/components/workflow/workflow-weight.vue b/frontend/components/workflow/workflow-weight.vue index 295ebf7..8a35c6a 100644 --- a/frontend/components/workflow/workflow-weight.vue +++ b/frontend/components/workflow/workflow-weight.vue @@ -2,7 +2,15 @@

{{ title }}

-

Pont-bascule connecté

+

Vérification du pont-bascule…

+

Pont-bascule connecté

+

Pont-bascule non connecté

@@ -19,6 +27,7 @@
{{ displayWeight !== null ? 'refaire une pesée' : 'peser' }}