refactor: add id
This commit is contained in:
parent
2ee65233f2
commit
758b005768
12 changed files with 38 additions and 6 deletions
|
|
@ -72,6 +72,7 @@ onMounted(async () => {
|
|||
v-model="value"
|
||||
option-value="id"
|
||||
incremental
|
||||
for="select-customer"
|
||||
:label
|
||||
:placeholder
|
||||
:readonly
|
||||
|
|
@ -129,6 +130,8 @@ onMounted(async () => {
|
|||
clickable
|
||||
v-close-popup
|
||||
@click.stop="$emit('create')"
|
||||
for="select-customer-add-new"
|
||||
id="select-customer-add-new"
|
||||
>
|
||||
<q-item-section>
|
||||
<span class="row items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue