fix .prevent
This commit is contained in:
parent
0b80e047be
commit
530b0c9b7e
42 changed files with 84 additions and 84 deletions
|
|
@ -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