แก้ router ระบบบรรจุ

This commit is contained in:
Tanyalak 2023-07-21 10:27:51 +07:00
parent f1d1b722d8
commit 640bde71be
2 changed files with 3 additions and 3 deletions

View file

@ -129,7 +129,7 @@
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer" @click="router.push(`/probation/work/1`)">
<q-tr :props="props" class="cursor-pointer" @click="router.push(`/probation/form`)">
<q-td
v-for="col in props.cols"
:key="col.name"