From 5b800ed351b5b3b605d22c713feff9c5f3b8391c Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 10 Aug 2023 20:13:12 +0700 Subject: [PATCH] =?UTF-8?q?-=20=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=20step=204=20hide?= =?UTF-8?q?=20download=20-=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B9=83=E0=B8=99=E0=B8=97=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4=20=E0=B9=81?= =?UTF-8?q?=E0=B8=A5=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=20(?= =?UTF-8?q?=E0=B9=81=E0=B8=95=E0=B9=88=E0=B8=87=E0=B8=95=E0=B8=B1=E0=B9=89?= =?UTF-8?q?=E0=B8=87-=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 19 +- .../04_registry/components/Profile.vue | 8 +- .../10_order/components/step/step04.vue | 290 ++++-------------- 3 files changed, 64 insertions(+), 253 deletions(-) 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 @@