Skip to content
Snippets Groups Projects

Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -515,6 +515,7 @@
? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}"
class:opacity-20={decomposition.open}
>{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[0] < 0}-{:else if deltaAtVectorIndexArray[0] > 0}+{/if}{deltaFormatter(
deltaAtVectorIndexArray[0] ?? 0,
)}</span
@@ -574,6 +575,7 @@
? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}"
class:opacity-20={decomposition.open}
>{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[1] < 0}-{:else if deltaAtVectorIndexArray[1] > 0}+{/if}{deltaFormatter(
deltaAtVectorIndexArray[1] ?? 0,
)}</span
Loading