fix bug
This commit is contained in:
parent
5298fb9d0d
commit
ac40fb9674
1 changed files with 4 additions and 2 deletions
|
|
@ -365,7 +365,7 @@ onMounted(() => {
|
|||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
:props="props"
|
||||
@click="returnDetail(props.row)"
|
||||
@click.stop.pervent="returnDetail(props.row)"
|
||||
>
|
||||
<div v-if="col.name == 'no'">
|
||||
{{
|
||||
|
|
@ -381,7 +381,9 @@ onMounted(() => {
|
|||
round
|
||||
color="info"
|
||||
icon="info"
|
||||
@click="onclickViewinfo(props.row.personId)"
|
||||
@click.stop.pervent="
|
||||
onclickViewinfo(props.row.personId)
|
||||
"
|
||||
>
|
||||
<q-tooltip>ดูข้อมูลในทะเบียนประวัติ</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue