เพิ่ม ui เมนูรายการคำสั่งและ Template

This commit is contained in:
Warunee Tamkoo 2024-09-04 13:54:50 +07:00
parent 6c72c90524
commit 3b9df73811
8 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,12 @@
const ListsPage = () => import("@/modules/05_command/views/lists.vue");
export default [
{
path: "/command-template",
name: "commandTemplate",
component: ListsPage,
meta: {
Role: ["SUPER_ADMIN", "ADMIN"],
},
},
];