fix class modalfix ===> 04_registryPerson

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-05 18:14:23 +07:00
parent f426a0f3e1
commit fd200854a9
5 changed files with 8 additions and 3 deletions

View file

@ -1063,13 +1063,11 @@ onMounted(async () => {
/>
<datepicker
menu-class-name="modalfix"
v-model="formData.commandYear"
:locale="'th'"
autoApply
year-picker
:enableTimePicker="false"
teleport-center
@update:model-value="onUpdateData"
>
<template #year="{ year }">{{ year + 543 }}</template>
@ -1291,7 +1289,6 @@ onMounted(async () => {
:enableTimePicker="false"
week-start="0"
autoApply
teleport-center
@update:model-value="onUpdateData"
>
<template #year="{ year }">{{ year + 543 }}</template>