fix .prevent

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-09 10:38:40 +07:00
parent 0b80e047be
commit 530b0c9b7e
42 changed files with 84 additions and 84 deletions

View file

@ -364,7 +364,7 @@ onMounted(async () => {
round
color="info"
icon="mdi-eye"
@click.pervent="
@click.prevent="
onRedirectToDetail('resign-employee-detail', props.row.id)
"
>
@ -380,7 +380,7 @@ onMounted(async () => {
round
color="edit"
icon="edit"
@click.pervent="
@click.prevent="
onRedirectToDetail('resign-employee', props.row.id)
"
>