fix(fer-19) : eviter le saut d'affichage a l'arrivee sur la pesee
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
<div class="flex flex-col items-center w-[660px]">
|
<div class="flex flex-col items-center w-[660px]">
|
||||||
<h1 class="font-bold text-5xl uppercase text-primary-500">{{ title }}</h1>
|
<h1 class="font-bold text-5xl uppercase text-primary-500">{{ title }}</h1>
|
||||||
<p
|
<p
|
||||||
v-if="pontBasculeStatus === 'checking'"
|
v-if="pontBasculeStatus === 'connected'"
|
||||||
class="uppercase text-2xl mt-2 text-primary-500">Vérification du pont-bascule…</p>
|
|
||||||
<p
|
|
||||||
v-else-if="pontBasculeStatus === 'connected'"
|
|
||||||
class="uppercase text-2xl mt-2 text-green-600">Pont-bascule connecté</p>
|
class="uppercase text-2xl mt-2 text-green-600">Pont-bascule connecté</p>
|
||||||
<p
|
<p
|
||||||
v-else
|
v-else-if="pontBasculeStatus === 'disconnected'"
|
||||||
class="uppercase text-2xl mt-2 text-red-600">Pont-bascule non connecté</p>
|
class="uppercase text-2xl mt-2 text-red-600">Pont-bascule non connecté</p>
|
||||||
|
<p
|
||||||
|
v-else
|
||||||
|
class="uppercase text-2xl mt-2 invisible">Pont-bascule connecté</p>
|
||||||
<div
|
<div
|
||||||
v-if="!displayWeight"
|
v-if="!displayWeight"
|
||||||
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[86px]">
|
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[86px]">
|
||||||
|
|||||||
Reference in New Issue
Block a user