forked from verdnatura/salix-front
perf: i18n ItemProposal
This commit is contained in:
parent
bb6a8c0052
commit
1c15a02a5f
|
@ -221,9 +221,10 @@ async function confirm() {
|
||||||
<QInput
|
<QInput
|
||||||
v-model="quantity"
|
v-model="quantity"
|
||||||
v-if="quantity > -1"
|
v-if="quantity > -1"
|
||||||
|
@update:model-value="(val) => (quantity = +val)"
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min="0"
|
||||||
:label="t('Quantity to replace')"
|
:label="t('proposal.quantityToReplace')"
|
||||||
class="q-ml-lg"
|
class="q-ml-lg"
|
||||||
/>
|
/>
|
||||||
</QCardActions>
|
</QCardActions>
|
||||||
|
|
|
@ -95,3 +95,4 @@ proposal:
|
||||||
groupingPrice: Grouping Price
|
groupingPrice: Grouping Price
|
||||||
itemOldPrice: itemOld Price
|
itemOldPrice: itemOld Price
|
||||||
status: State
|
status: State
|
||||||
|
quantityToReplace: Quanity to replace
|
||||||
|
|
|
@ -95,3 +95,4 @@ proposal:
|
||||||
groupingPrice: Precio Grouping
|
groupingPrice: Precio Grouping
|
||||||
itemOldPrice: Precio itemOld
|
itemOldPrice: Precio itemOld
|
||||||
status: Estado
|
status: Estado
|
||||||
|
quantityToReplace: Cantidad a reemplazar
|
||||||
|
|
Loading…
Reference in New Issue