From f80641715741c31ed30846b5159111c3a4d0cb32 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 28 Feb 2024 09:18:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=87?= =?UTF-8?q?=E0=B8=B4=E0=B8=99=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/modules/13_salary/views/salaryLists.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/modules/13_salary/views/salaryLists.vue b/src/modules/13_salary/views/salaryLists.vue index cbb9d9a75..10d3ed981 100644 --- a/src/modules/13_salary/views/salaryLists.vue +++ b/src/modules/13_salary/views/salaryLists.vue @@ -76,29 +76,33 @@ function getSnap(code: string) { code === "OCT" ? [ { - id: "OCT1", + id: "SNAP1", name: "1 กันยายน", }, { - id: "OCT2", + id: "SNAP2", name: "1 ตุลาคม", }, ] : code === "APR" ? [ { - id: "APR1", + id: "SNAP1", name: "1 มีนาคม", }, { - id: "APR2", + id: "SNAP2", name: "1 เมษายน", }, ] : [ { - id: "SPECIAL", - name: "พิเศษ", + id: "SNAP1", + name: "พิเศษ 1", + }, + { + id: "SNAP2", + name: "พิเศษ 2", }, ]; snapFilter.value = snapOptions.value[0].id;