fix: 03 form value
This commit is contained in:
parent
701d82e7a7
commit
7473275bc4
2 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ onMounted(async () => {
|
||||||
<q-select
|
<q-select
|
||||||
id="select-business-type"
|
id="select-business-type"
|
||||||
emit-value
|
emit-value
|
||||||
option-value="label"
|
option-value="value"
|
||||||
option-label="label"
|
option-label="label"
|
||||||
map-options
|
map-options
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
|
|
@ -95,7 +95,7 @@ onMounted(async () => {
|
||||||
<q-select
|
<q-select
|
||||||
id="select-job-position"
|
id="select-job-position"
|
||||||
emit-value
|
emit-value
|
||||||
option-value="label"
|
option-value="value"
|
||||||
option-label="label"
|
option-label="label"
|
||||||
map-options
|
map-options
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
|
|
|
||||||
|
|
@ -1361,7 +1361,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
}}
|
}}
|
||||||
</q-badge>
|
</q-badge>
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-ml-lg"
|
class="q-ml-sm"
|
||||||
icon="mdi-pin"
|
icon="mdi-pin"
|
||||||
color="primary"
|
color="primary"
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue