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