diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 605053b4c..af5588930 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -201,20 +201,20 @@ const menuList = readonly([ { key: 6.3, label: "การทดลองงาน" /* การทดลองงาน */, - path: "", + path: "probation", role: "probation", - children: [ - { - label: "รายการคำขอโอน", - path: "probationTranfer", - role: "probation", - }, - { - label: "รายการรับโอน", - path: "probationReceive", - role: "probation", - }, - ], + }, + { + key: 6.4, + label: "รายการคำขอโอน" /* */, + path: "tranfer", + role: "placement", + }, + { + key: 6.5, + label: "รายการรับโอน" /* */, + path: "receive", + role: "placement", }, ], }, diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index d226736cd..76ee21a07 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -731,21 +731,13 @@ if (keycloak.tokenParsed != null) { -
+