Update index.html
This commit is contained in:
parent
b97595b06d
commit
c4db2d5c28
1 changed files with 2 additions and 2 deletions
|
|
@ -256,7 +256,7 @@
|
||||||
dense
|
dense
|
||||||
v-model.number="simpleformDialog.data.max_withdrawable"
|
v-model.number="simpleformDialog.data.max_withdrawable"
|
||||||
type="number"
|
type="number"
|
||||||
label="Withdraw amount"
|
label="Withdraw amount per voucher"
|
||||||
></q-input>
|
></q-input>
|
||||||
<q-input
|
<q-input
|
||||||
filled
|
filled
|
||||||
|
|
@ -264,7 +264,7 @@
|
||||||
v-model.number="simpleformDialog.data.uses"
|
v-model.number="simpleformDialog.data.uses"
|
||||||
type="number"
|
type="number"
|
||||||
:default="1"
|
:default="1"
|
||||||
label="Amount of uses *"
|
label="Number of vouchers *"
|
||||||
></q-input>
|
></q-input>
|
||||||
|
|
||||||
<div class="row q-mt-lg">
|
<div class="row q-mt-lg">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue