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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue