List print base structure
This commit is contained in:
parent
25925133b8
commit
4c25969b78
4 changed files with 116 additions and 1 deletions
|
@ -295,6 +295,13 @@ const router = createRouter({
|
|||
meta: { type: "read", section: "club", module: "query" },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
},
|
||||
{
|
||||
path: "listprint",
|
||||
name: "admin-club-listprint",
|
||||
component: () => import("@/views/admin/club/listprint/ListPrint.vue"),
|
||||
meta: { type: "read", section: "club", module: "listprint" },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue