From 64401f1310aab7cc125a0619056681124542df36 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 28 Oct 2024 11:49:53 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 4 ++-- src/modules/05_command/views/salaryLists.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 5d5bf532..8ec0090b 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -140,7 +140,7 @@ const menuList = readonly([ key: 2, icon: "mdi-file-document-outline", activeIcon: "mdi-file-document-outline", - label: "คำสั่งและ Template", + label: "คำสั่งและต้นแบบ", role: ["SUPER_ADMIN"], children: [ { @@ -150,7 +150,7 @@ const menuList = readonly([ }, { key: 2.0, - label: "Template สำหรับลงในตำแหน่ง/เงินเดือน", + label: "ต้นแบบ สำหรับลงในตำแหน่ง/เงินเดือน", path: "salaryTemplate", }, ], diff --git a/src/modules/05_command/views/salaryLists.vue b/src/modules/05_command/views/salaryLists.vue index 9d74be3b..db467853 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: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน (Template)", + label: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน (ต้นแบบ)", sortable: true, field: "name", headerStyle: "font-size: 14px", @@ -250,7 +250,7 @@ onMounted(() => {