รายละเอียดคำร้องขอแก้ไขทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-18 18:19:35 +07:00
parent 6bc00f9064
commit 0aa737bcee
3 changed files with 248 additions and 2 deletions

View file

@ -394,7 +394,14 @@ onMounted(() => {
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<q-td
v-for="col in props.cols"
:key="col.name"
:props="props"
@click.pervent="
router.push(`/registry/request-edit/${props.row.id}`)
"
>
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}
</div>
@ -406,7 +413,7 @@ onMounted(() => {
flat
color="primary"
size="12px"
@click.pervent="onDownloadFile(props.row.id)"
@click.stop.pervent="onDownloadFile(props.row.id)"
>
<q-tooltip>หลกฐานอางอ</q-tooltip>
</q-btn>