replace radio option to select dropdown for zones on checkout
This commit is contained in:
parent
301017633a
commit
c0a48bf444
1 changed files with 9 additions and 4 deletions
|
|
@ -160,11 +160,16 @@
|
|||
></q-input>
|
||||
<p>Select the shipping zone:</p>
|
||||
<div class="row q-mt-lg">
|
||||
<q-option-group
|
||||
:options="stall.shipping.map(s => ({label: s.countries.toString(), value: s.id}))"
|
||||
type="radio"
|
||||
emit-value
|
||||
<q-select
|
||||
style="min-width: 200px"
|
||||
filled
|
||||
dense
|
||||
stack-label
|
||||
v-model="checkoutDialog.data.shippingzone"
|
||||
emit-value
|
||||
map-options
|
||||
:options="stall.shipping.map(s => ({label: s.countries.toString(), value: s.id}))"
|
||||
label="Shipping Zone"
|
||||
/>
|
||||
</div>
|
||||
<div class="row q-mt-lg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue