updated label placement other
This commit is contained in:
parent
98e5eaad27
commit
01430c06a1
1 changed files with 8 additions and 1 deletions
|
|
@ -383,6 +383,7 @@ onMounted(async () => {
|
|||
autoApply
|
||||
:enableTimePicker="false"
|
||||
week-start="0"
|
||||
clearable
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -399,7 +400,13 @@ onMounted(async () => {
|
|||
militaryDate !== null ? date2Thai(militaryDate) : null
|
||||
"
|
||||
hide-bottom-space
|
||||
:label="`${'พ้นราชการทหารเมื่อ'}`"
|
||||
:label="`${'พ้นราชการทหารเมื่อ (ลาออกเพื่อไปรับราชการทหารเท่านั้น)'}`"
|
||||
clearable
|
||||
@clear="
|
||||
() => {
|
||||
militaryDate = null;
|
||||
}
|
||||
"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
<q-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue