fix: route form
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-08-08 14:54:17 +02:00
parent 5ac2d34125
commit c5358313df
1 changed files with 2 additions and 7 deletions

View File

@ -142,11 +142,6 @@ const onSave = (data, response) => {
<QInput
v-model.number="data.kmEnd"
:label="t('Km End')"
:rules="[
(val) =>
val < maxDistance ||
t('Distance must be lesser than', { maxDistance }),
]"
clearable
type="number"
/>
@ -194,7 +189,7 @@ es:
Description: Descripción
Is served: Se ha servido
Created: Creado
Distance must be lesser than: La distancia debe ser inferior a {maxDistance}
The km can not exceed: La distancia debe ser inferior a {maxDistance}
en:
Distance must be lesser than: Distance must be lesser than {maxDistance}
The km can not exceed: Distance must be lesser than {maxDistance}
</i18n>