fix: change type vnput
This commit is contained in:
parent
594d4b675f
commit
81b4e09eba
|
@ -55,7 +55,7 @@ const attendersOptions = ref([]);
|
|||
<VnInput
|
||||
v-model="data.price"
|
||||
:label="t('purchaseRequest.price')"
|
||||
type="number"
|
||||
type="currency"
|
||||
min="0"
|
||||
/>
|
||||
</VnRow>
|
||||
|
|
Loading…
Reference in New Issue