From fdb4ab4af3b5334307648da5032fee542c0700f6 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 22 Apr 2024 09:15:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=80=E0=B8=A1?= =?UTF-8?q?=E0=B8=99=E0=B8=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index c667cd88a..3f5609d8c 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -107,6 +107,12 @@ const menuList = readonly([ path: "KPICompetency", role: "evaluateKPI", }, + { + key: 2.0, + label: "ยุทธศาสตร์", + path: "developmentStrategic", + role: "development", + }, ], }, { @@ -575,7 +581,7 @@ const menuList = readonly([ role: "salary", }, { - label: "รอบการขึ้นเงินเดือน", + label: "รอบการเลื่อนเงินเดือน", path: "salaryRound", role: "salary", }, @@ -637,11 +643,6 @@ const menuList = readonly([ path: "developmentScholarship", role: "development", }, - { - label: "ยุทธศาสตร์", - path: "developmentStrategic", - role: "development", - }, ], }, ]);