feat : affichage et modification expédition et modification bouton valider

This commit is contained in:
2026-02-26 14:19:12 +01:00
parent 47cac04257
commit 4b93c100b0
11 changed files with 662 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
class="inline-flex items-center justify-center text-xl text-white uppercase bg-primary-500 h-[50px] px-8 rounded hover:opacity-80 gap-2"
type="submit"
>
<Icon :name="userId ? 'mdi:check' : 'mdi:plus'" size="28" />
<Icon :name="userId ? '' : 'mdi:plus'" size="28" />
{{ userId ? 'Valider' : 'Ajouter' }}
</UiButton>
</div>