From cb7bbcb68b301b928f26f8354080b7262021fc58 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 12 Nov 2024 08:34:55 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=99=E0=B8=B9=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_logs/views/mainView.vue | 5 +++++ src/modules/05_command/views/salaryLists.vue | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/modules/03_logs/views/mainView.vue b/src/modules/03_logs/views/mainView.vue index 14301476..ecf012de 100644 --- a/src/modules/03_logs/views/mainView.vue +++ b/src/modules/03_logs/views/mainView.vue @@ -97,6 +97,11 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ label: "ระบบ Admin", path: "/logs?system=admin", }, + { + icon: "mdi-account-arrow-right", + label: "การเข้าใช้งานและการออกจากระบบ", + path: "/logs?system=inout", + }, ]); onMounted(async () => { diff --git a/src/modules/05_command/views/salaryLists.vue b/src/modules/05_command/views/salaryLists.vue index 1f23ed54..6d11fd44 100644 --- a/src/modules/05_command/views/salaryLists.vue +++ b/src/modules/05_command/views/salaryLists.vue @@ -75,7 +75,7 @@ const columns = ref([ { name: "name", align: "left", - label: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน (ต้นแบบ)", + label: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน", sortable: true, field: "name", headerStyle: "font-size: 14px", @@ -470,7 +470,7 @@ onMounted(() => {