updated label placement other

This commit is contained in:
Warunee Tamkoo 2024-11-18 09:41:46 +07:00
parent 98e5eaad27
commit 01430c06a1

View file

@ -383,6 +383,7 @@ onMounted(async () => {
autoApply autoApply
:enableTimePicker="false" :enableTimePicker="false"
week-start="0" week-start="0"
clearable
> >
<template #year="{ year }">{{ year + 543 }}</template> <template #year="{ year }">{{ year + 543 }}</template>
<template #year-overlay-value="{ value }">{{ <template #year-overlay-value="{ value }">{{
@ -399,7 +400,13 @@ onMounted(async () => {
militaryDate !== null ? date2Thai(militaryDate) : null militaryDate !== null ? date2Thai(militaryDate) : null
" "
hide-bottom-space hide-bottom-space
:label="`${'พ้นราชการทหารเมื่อ'}`" :label="`${'พ้นราชการทหารเมื่อ (ลาออกเพื่อไปรับราชการทหารเท่านั้น)'}`"
clearable
@clear="
() => {
militaryDate = null;
}
"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon <q-icon