fix .prevent
This commit is contained in:
parent
0b80e047be
commit
530b0c9b7e
42 changed files with 84 additions and 84 deletions
|
|
@ -325,7 +325,7 @@ defineExpose({
|
|||
round
|
||||
color="edit"
|
||||
icon="edit"
|
||||
@click.pervent="onClickAddAcademic(true, props.row)"
|
||||
@click.prevent="onClickAddAcademic(true, props.row)"
|
||||
>
|
||||
<q-tooltip>แก้ไข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
@ -336,7 +336,7 @@ defineExpose({
|
|||
round
|
||||
color="red"
|
||||
icon="delete"
|
||||
@click.pervent="onDeleteAcademic(props.row.id)"
|
||||
@click.prevent="onDeleteAcademic(props.row.id)"
|
||||
>
|
||||
<q-tooltip>ลบ</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue