- แก้ link เมนู ออกจากราชการในหน้าทะเบียนประวัติ

- ui คำสั่งช่วยราชการ/ส่งตัวกลับ
This commit is contained in:
Warunee Tamkoo 2023-07-25 12:11:35 +07:00
parent 6c4f1f4d37
commit 59bbbb0be0
9 changed files with 2496 additions and 20 deletions

View file

@ -4,10 +4,10 @@
const Main = () => import("@/modules/04_registry/views/Main.vue");
const Detail = () => import("@/modules/04_registry/components/Profile.vue");
const addOrder = () =>
import(
"@/modules/05_placement/components/OrderPlacement/addOrderPlacement.vue"
);
// const addOrder = () =>
// import(
// "@/modules/05_placement/components/OrderPlacement/addOrderPlacement.vue"
// );
export default [
{
@ -30,14 +30,14 @@ export default [
Role: "registry",
},
},
{
path: "/dismiss-order/add",
name: "addOrder",
component: addOrder,
meta: {
Auth: true,
Key: [7],
Role: "registry",
},
},
// {
// path: "/dismiss-order/add",
// name: "addOrder",
// component: addOrder,
// meta: {
// Auth: true,
// Key: [7],
// Role: "registry",
// },
// },
];