fix bug calendar

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-30 10:59:11 +07:00
parent 2737810c6c
commit 6f5f1f90c9
111 changed files with 2002 additions and 1866 deletions

View file

@ -130,7 +130,7 @@ const clickSearch = async () => {
};
// Redirect to
const clickRedirect = (id: string) => {
window.open(`/registry/${id}`, '_blank');
window.open(`/registry/${id}`, "_blank");
};
const paging = ref<boolean>(true);
const pagination = ref({
@ -151,7 +151,6 @@ function onclickViewinfo(id: string) {
function updatemodalPersonal(modal: boolean) {
modalPersonal.value = modal;
}
</script>
<template>
@ -233,7 +232,6 @@ function updatemodalPersonal(modal: boolean) {
hide-bottom-space
outlined
dense
lazy-rules
borderless
:model-value="
reportYear == null ? null : reportYear + 543