fix: change type vnput
This commit is contained in:
parent
d721083795
commit
f16707756e
|
@ -56,6 +56,7 @@ const attendersOptions = ref([]);
|
||||||
v-model="data.price"
|
v-model="data.price"
|
||||||
:label="t('purchaseRequest.price')"
|
:label="t('purchaseRequest.price')"
|
||||||
type="number"
|
type="number"
|
||||||
|
step="0.01"
|
||||||
min="0"
|
min="0"
|
||||||
/>
|
/>
|
||||||
</VnRow>
|
</VnRow>
|
||||||
|
|
Loading…
Reference in New Issue