แก้ router ระบบบรรจุ
This commit is contained in:
parent
f1d1b722d8
commit
640bde71be
2 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@
|
||||||
</q-tr>
|
</q-tr>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:body="props">
|
<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
|
<q-td
|
||||||
v-for="col in props.cols"
|
v-for="col in props.cols"
|
||||||
:key="col.name"
|
:key="col.name"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ const probationDetail = () =>
|
||||||
import("@/modules/05_placement/components/probation/ProbationDetail.vue");
|
import("@/modules/05_placement/components/probation/ProbationDetail.vue");
|
||||||
|
|
||||||
const probationForm = () =>
|
const probationForm = () =>
|
||||||
import("@/modules/05_placement/components/probation/form.vue");
|
import("@/modules/05_placement/components/probation/MainDetail.vue");
|
||||||
|
|
||||||
const probationWorkAdd = () =>
|
const probationWorkAdd = () =>
|
||||||
import("@/modules/05_placement/components/probation/MainDetail.vue");
|
import("@/modules/05_placement/components/probation/AddWork.vue");
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
path: "/placement",
|
path: "/placement",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue