This commit is contained in:
setthawutttty 2025-03-21 09:56:25 +07:00
parent 640bfefe13
commit e38c1210f9
2 changed files with 86 additions and 37 deletions

View file

@ -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