fix(transport) : immatriculations LIOT sur 3 colonnes en consultation aussi (ERP-193)
This commit is contained in:
@@ -47,13 +47,15 @@
|
|||||||
<div class="mt-[48px] grid grid-cols-3 xl:grid-cols-4 gap-x-[44px] gap-y-4">
|
<div class="mt-[48px] grid grid-cols-3 xl:grid-cols-4 gap-x-[44px] gap-y-4">
|
||||||
<MalioInputText :model-value="main.name" :label="t('transport.carriers.form.main.name')" disabled />
|
<MalioInputText :model-value="main.name" :label="t('transport.carriers.form.main.name')" disabled />
|
||||||
|
|
||||||
<!-- Cas LIOT : seul le champ immatriculations. -->
|
<!-- Cas LIOT : le champ immatriculations occupe les colonnes restantes
|
||||||
|
de la ligne (3 en xl, 2 sinon), comme à l'ajout / la modification. -->
|
||||||
|
<div v-if="isLiot" class="col-span-2 xl:col-span-3">
|
||||||
<MalioInputText
|
<MalioInputText
|
||||||
v-if="isLiot"
|
|
||||||
:model-value="main.liotPlates"
|
:model-value="main.liotPlates"
|
||||||
:label="t('transport.carriers.form.main.liotPlates')"
|
:label="t('transport.carriers.form.main.liotPlates')"
|
||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Cas standard : certification + décharge (col 3 réservée) + affrètement (col 4). -->
|
<!-- Cas standard : certification + décharge (col 3 réservée) + affrètement (col 4). -->
|
||||||
<template v-if="!isLiot">
|
<template v-if="!isLiot">
|
||||||
|
|||||||
Reference in New Issue
Block a user