fix bug datepicker

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-20 14:44:20 +07:00
parent 418a80b523
commit 4291052cc0
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<script setup lang="ts">
import { useCounterMixin } from "@/stores/mixin";
import { useEditPosDataStore } from "@/modules/04_registryPerson/stores/Edit";
@ -149,7 +150,6 @@ function classInput(val: boolean) {
:enableTimePicker="false"
week-start="0"
:class="classInput(isReadonly)"
teleport-center
>
<template #year="{ year }">{{ year + 543 }}</template>
<template #year-overlay-value="{ value }">{{
@ -230,7 +230,6 @@ function classInput(val: boolean) {
:enableTimePicker="false"
:class="classInput(isReadonly)"
:readonly="isReadonly"
teleport-center
>
<template #year="{ year }">{{ year + 543 }}</template>
<template #year-overlay-value="{ value }">{{
@ -274,7 +273,6 @@ function classInput(val: boolean) {
week-start="0"
:class="classInput(isReadonly)"
:readonly="isReadonly"
teleport-center
>
<template #year="{ year }">{{ year + 543 }}</template>
<template #year-overlay-value="{ value }">{{