- แก้ link เมนู ออกจากราชการในหน้าทะเบียนประวัติ
- ui คำสั่งช่วยราชการ/ส่งตัวกลับ
This commit is contained in:
parent
6c4f1f4d37
commit
59bbbb0be0
9 changed files with 2496 additions and 20 deletions
|
|
@ -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",
|
||||
// },
|
||||
// },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue