From d06b45ccdb35042ecf8bc05523a253b05e04a243 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 16 Aug 2023 17:35:28 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A8=E0=B9=80=E0=B8=81=E0=B8=A9=E0=B8=B5=E0=B8=A2=E0=B8=93?= =?UTF-8?q?=E0=B8=AD=E0=B8=B2=E0=B8=A2=E0=B8=B8=E0=B8=A3=E0=B8=B2=E0=B8=8A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/06_retirement/views/Main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/06_retirement/views/Main.vue b/src/modules/06_retirement/views/Main.vue index 1edcb1b45..5f941d1c4 100644 --- a/src/modules/06_retirement/views/Main.vue +++ b/src/modules/06_retirement/views/Main.vue @@ -341,7 +341,7 @@ const columns = ref([ { name: "typeReport", align: "left", - label: "ประเภทประการ", + label: "ประเภทประกาศ", field: "typeReport", headerStyle: "font-size: 14px", style: "font-size: 14px", @@ -611,7 +611,7 @@ const typeReportChangeName = (val: string) => { console.log(val); switch (val) { case "EDIT": - return "ประกาศแก้ไข้เกษียณ"; + return "ประกาศแก้ไขเกษียณ"; case "ADD": return "ประกาศเพิ่มเกษียณ"; case "REMOVE":