refactor: edit layout
This commit is contained in:
parent
a1f691b399
commit
4395a72e45
1 changed files with 8 additions and 1 deletions
|
|
@ -40,7 +40,14 @@ const nameEn = defineModel('nameEn', { default: '' });
|
||||||
option-label="value"
|
option-label="value"
|
||||||
:option="optionStore.globalOption?.agenciesType"
|
:option="optionStore.globalOption?.agenciesType"
|
||||||
v-model="group"
|
v-model="group"
|
||||||
/>
|
>
|
||||||
|
<template v-slot:option="{ opt }">
|
||||||
|
<q-item clickable @click="group = opt.value as string">
|
||||||
|
{{ opt.value }} ({{ opt.label }})
|
||||||
|
</q-item>
|
||||||
|
</template>
|
||||||
|
</SelectInput>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
for="input-agencies-name"
|
for="input-agencies-name"
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue