Merge branch 'develop' into dev-tee

# Conflicts:
#	src/modules/05_placement/router.ts
This commit is contained in:
setthawutttty 2023-07-21 14:44:12 +07:00
commit 59cdff8851
12 changed files with 1474 additions and 468 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"