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