Ui เครื่องราช
This commit is contained in:
parent
4b4f99f89f
commit
18d9947936
6 changed files with 951 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
*/
|
||||
|
||||
const Main = () => import("@/modules/06_retirement/views/Main.vue");
|
||||
const Listretirement = () => import("@/modules/06_retirement/components/ListRetirement/TableList.vue")
|
||||
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -15,4 +17,14 @@ export default [
|
|||
Role: "retirement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/list",
|
||||
name: "retirement/list",
|
||||
component: Listretirement,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
Role: "retirement",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue