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

@ -1336,7 +1336,7 @@ onMounted(async () => {
dense
icon="info"
color="red"
@click.pervent="
@click.prevent="
onClickViewInfo(
'discipline',
props.row.profileId,
@ -1356,7 +1356,7 @@ onMounted(async () => {
dense
icon="info"
color="red"
@click.pervent="
@click.prevent="
onClickViewInfo(
'leave',
props.row.profileId,
@ -1377,7 +1377,7 @@ onMounted(async () => {
dense
icon="info"
color="info"
@click.pervent="
@click.prevent="
onClickViewInfo(
'assessments',
props.row.profileId,
@ -1397,7 +1397,7 @@ onMounted(async () => {
dense
icon="info"
color="info"
@click.pervent="
@click.prevent="
onClickViewInfo(
'insignia',
props.row.profileId,

View file

@ -534,7 +534,7 @@ watch(
flat
round
color="blue"
@click.pervent="
@click.prevent="
showReson(props.row.name, props.row.requestNote)
"
icon="mdi-information-outline"

View file

@ -448,7 +448,7 @@ onMounted(async () => {
rounded
flat
label="ล้างทั้งหมด"
@click.stop.pervent="clearFilter"
@click.stop.prevent="clearFilter"
/>
</q-card-section>
<q-card-section class="q-pa-none">

View file

@ -545,7 +545,7 @@ onMounted(async () => {
round
color="primary"
icon="mdi-plus"
@click.stop.pervent="onOpenDialogForm(false)"
@click.stop.prevent="onOpenDialogForm(false)"
>
<q-tooltip>เพ</q-tooltip>
</q-btn>
@ -594,7 +594,7 @@ onMounted(async () => {
round
color="edit"
icon="edit"
@click.stop.pervent="onOpenDialogForm(true, props.row)"
@click.stop.prevent="onOpenDialogForm(true, props.row)"
><q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
@ -604,7 +604,7 @@ onMounted(async () => {
round
color="red"
icon="delete"
@click.stop.pervent="onDeleteDataReclaim(props.row.id)"
@click.stop.prevent="onDeleteDataReclaim(props.row.id)"
><q-tooltip>ลบขอม</q-tooltip>
</q-btn>
</q-td>