laout
This commit is contained in:
parent
640bfefe13
commit
e38c1210f9
2 changed files with 86 additions and 37 deletions
|
|
@ -407,6 +407,7 @@ onMounted(async () => {
|
|||
v-model="model"
|
||||
:options="options"
|
||||
prefix="ระบุสถานที่ :"
|
||||
hide-bottom-space
|
||||
:rules="[(val:string) => !!val || 'กรุณาระบุสถานที่']"
|
||||
lazy-rules
|
||||
@update:model-value="selectLocation()"
|
||||
|
|
@ -422,6 +423,7 @@ onMounted(async () => {
|
|||
class="q-ml-md"
|
||||
outlined
|
||||
v-model="useLocation"
|
||||
hide-bottom-space
|
||||
label="ระบุสถานที่"
|
||||
:rules="[(val:string) => !!val || 'กรุณาระบุสถานที่']"
|
||||
lazy-rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue