From caa75897e3e2175ab68d76d2e4ff0addf5f1efc7 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 7 Mar 2024 14:20:51 +0700 Subject: [PATCH] =?UTF-8?q?=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=81=E0=B8=A5=E0=B8=B0=E0=B8=82?= =?UTF-8?q?=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99?= =?UTF-8?q?=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 18 +++++++++++++++--- src/modules/13_salary/views/salaryChart.vue | 2 +- src/modules/13_salary/views/salaryLists.vue | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index e4d99d126..993046ed6 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -623,22 +623,34 @@ const menuList = readonly([ children: [ { key: 12.1, - label: "ผังบัญชีเงินเดือน", + label: "ผังบัญชีเงินเดือนข้าราชการ", path: "salaryChart", role: "salary", }, { key: 12.2, + label: "ผังบัญชีค่าจ้างลูกจ้าง", + path: "salaryEmployeeChart", + role: "salary", + }, + { + key: 12.3, label: "รอบการขึ้นเงินเดือน", path: "salaryRound", role: "salary", }, { - key: 12.3, - label: "รายการเงินเดือน", + key: 12.4, + label: "เลื่อนเงินเดือนข้าราชการ", path: "salaryLists", role: "salary", }, + { + key: 12.5, + label: "เลื่อนค่าจ้างลูกจ้างประจำ", + path: "salaryEmployeeLists", + role: "salary", + }, ], }, { diff --git a/src/modules/13_salary/views/salaryChart.vue b/src/modules/13_salary/views/salaryChart.vue index 077810d28..55ddec4f4 100644 --- a/src/modules/13_salary/views/salaryChart.vue +++ b/src/modules/13_salary/views/salaryChart.vue @@ -220,7 +220,7 @@ async function filterFn(page: number) {