feat: refs #8000 add column into zoneBasicData #741

Merged
robert merged 2 commits from 8000-zoneBasicDataAddcolumn into master 2024-09-23 11:43:15 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 1ae20202cc - Show all commits

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
robert marked this conversation as resolved Outdated
Outdated
Review

Medida

Medida
</i18n>