ทดลองงาน
This commit is contained in:
parent
c7ec715952
commit
79a64bd5e9
3 changed files with 458 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// registry
|
||||
const probationPage = () => import("@/modules/11_probation/views/main.vue");
|
||||
const probationDetail = () => import("@/modules/11_probation/views/mainDetail.vue");
|
||||
|
||||
const probationAdd = () => import("@/modules/11_probation/pages/addPage.vue");
|
||||
const probationDetailPage = () => import("@/modules/11_probation/pages/detailPage.vue");
|
||||
|
|
@ -28,6 +29,15 @@ export default [
|
|||
Key: [11],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/probation-detail/:id",
|
||||
name: "probationMainDetail",
|
||||
component: probationDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/probation/add/:profileId",
|
||||
name: "probationAdd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue