fix class modalfix ===> 04_registryPerson
This commit is contained in:
parent
f426a0f3e1
commit
fd200854a9
5 changed files with 8 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue