fix: data type input
This commit is contained in:
parent
e525e39329
commit
48527a2f09
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ defineProps<{
|
||||||
:borderless="readonly"
|
:borderless="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-4"
|
class="col-4"
|
||||||
|
type="number"
|
||||||
:label="$t('salePrice')"
|
:label="$t('salePrice')"
|
||||||
v-model="price"
|
v-model="price"
|
||||||
/>
|
/>
|
||||||
|
|
@ -33,6 +34,7 @@ defineProps<{
|
||||||
:borderless="readonly"
|
:borderless="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-4"
|
class="col-4"
|
||||||
|
type="number"
|
||||||
:label="$t('agentPrice')"
|
:label="$t('agentPrice')"
|
||||||
v-model="agentPrice"
|
v-model="agentPrice"
|
||||||
/>
|
/>
|
||||||
|
|
@ -44,6 +46,7 @@ defineProps<{
|
||||||
:borderless="readonly"
|
:borderless="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-4"
|
class="col-4"
|
||||||
|
type="number"
|
||||||
:label="$t('processingPrice')"
|
:label="$t('processingPrice')"
|
||||||
v-model="serviceCharge"
|
v-model="serviceCharge"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue