0
0
Fork 0

feat: refs #8000 add column into zoneBasicData

This commit is contained in:
Robert Ferrús 2024-09-23 11:56:20 +02:00
parent e8beebff32
commit 1ae20202cc
1 changed files with 10 additions and 0 deletions

View File

@ -64,6 +64,15 @@ const agencyOptions = ref([]);
type="number"
min="0"
/>
<VnInput
class="mw-10"
v-model="data.itemMaxLength"
:label="t('Max length m³')"
clearable
type="number"
min="0"
/>
</VnRow>
<VnRow>
@ -128,4 +137,5 @@ es:
Bonus: Bonificación
Inflation: Inflación
Volumetric: Volumétrico
Max length : Medidad máxima tumbado
</i18n>