diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 1dc23be57..ab401c6ff 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -235,8 +235,7 @@ const menuList = readonly([ { key: 6.6, label: "รายการช่วยราชการ" /* */, - // path: "help-government", - path: "repatriation-order", + path: "help-government", role: "placement", }, { @@ -247,26 +246,20 @@ const menuList = readonly([ }, { key: 6.8, - label: "รายการแต่งตั้ง" /* */, - // path: "repatriate", + label: "รายการแต่งตั้ง-เลื่อน" /* */, + path: "appoint-promote", role: "placement", }, { key: 6.9, - label: "รายการเลื่อน" /* */, - path: "postpone", - role: "placement", - }, - { - key: 6.1, label: "รายการย้าย" /* */, - path: "move-order", + path: "move-list", role: "placement", }, { - key: 6.1, + key: 6.10, label: "รายการอื่นๆ" /* */, - path: "other-order", + path: "other", role: "placement", }, ], diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index ee54e19eb..b2cda7dd5 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -172,13 +172,7 @@ - แต่งตั้ง - - - - - - เลื่อน + แต่งตั้ง-เลื่อน diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 182c2598a..f6945d914 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -1,36 +1,22 @@