fat: add create product logic
This commit is contained in:
parent
5ad070684d
commit
5328ce170c
10 changed files with 446 additions and 17 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<q-input
|
||||
filled
|
||||
dense
|
||||
:label="'Amount (' + zoneDialog.data.currency + ') *'"
|
||||
:label="'Cost of Shipping (' + zoneDialog.data.currency + ') *'"
|
||||
fill-mask="0"
|
||||
reverse-fill-mask
|
||||
:step="zoneDialog.data.currency != 'sat' ? '0.01' : '1'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue