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>
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ onMounted(() => {
|
|||
dense
|
||||
color="info"
|
||||
icon="mdi-eye"
|
||||
@click.pervent="onDetail(props.row.id)"
|
||||
@click.prevent="onDetail(props.row.id)"
|
||||
>
|
||||
<q-tooltip>รายละเอียด</q-tooltip></q-btn
|
||||
>
|
||||
|
|
@ -521,7 +521,7 @@ onMounted(() => {
|
|||
dense
|
||||
color="edit"
|
||||
icon="edit"
|
||||
@click.pervent="onClickAddOrView(true, props.row.id)"
|
||||
@click.prevent="onClickAddOrView(true, props.row.id)"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
|
|
@ -536,7 +536,7 @@ onMounted(() => {
|
|||
dense
|
||||
color="public"
|
||||
icon="mdi-content-save-edit-outline"
|
||||
@click.pervent="onRedirectToRecordPage(props.row.id)"
|
||||
@click.prevent="onRedirectToRecordPage(props.row.id)"
|
||||
>
|
||||
<q-tooltip>บันทึกผู้ผ่านการอบรม</q-tooltip></q-btn
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue