fix: only allow zones with the same currency to be selected
This commit is contained in:
parent
5972c44ad1
commit
16a6104b25
3 changed files with 24 additions and 7 deletions
|
|
@ -112,6 +112,14 @@
|
|||
v-model.trim="stallDialog.data.name"
|
||||
label="Name"
|
||||
></q-input>
|
||||
<q-input
|
||||
filled
|
||||
dense
|
||||
v-model.trim="stallDialog.data.description"
|
||||
type="textarea"
|
||||
rows="3"
|
||||
label="Description"
|
||||
></q-input>
|
||||
<q-select
|
||||
filled
|
||||
dense
|
||||
|
|
@ -130,7 +138,7 @@
|
|||
:options="currencies"
|
||||
></q-select>
|
||||
<q-select
|
||||
:options="zoneOptions"
|
||||
:options="filteredZoneOptions"
|
||||
filled
|
||||
dense
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue