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

@ -563,7 +563,7 @@ watch(
class="q-pa-none q-ml-xs"
color="info"
size="12px"
@click.pervent="onClickViewInfo(col.name, props.row.profileId)"
@click.prevent="onClickViewInfo(col.name, props.row.profileId)"
>
</q-btn>
</div>
@ -577,7 +577,7 @@ watch(
class="q-pa-none q-ml-xs"
color="red"
size="12px"
@click.pervent="onClickViewInfo(col.name, props.row.profileId)"
@click.prevent="onClickViewInfo(col.name, props.row.profileId)"
>
</q-btn>
<div v-else>-</div>