From 8ba9c1b1b1f40733fd7e54037aa92b7fa67e4724 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 4 Apr 2025 09:31:35 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=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=20=3D=3D>=20?= =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=B7=E0=B8=94=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=84=E0=B8=82=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=97=E0=B8=B8?= =?UTF-8?q?=E0=B8=81=20SNAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/04_salaryLists/TableTypeOther.vue | 15 ++++++--------- .../04_salaryLists/TableTypePending.vue | 10 ++++------ .../05_salaryListsEmployee/TableTypeOther.vue | 10 ++++------ .../05_salaryListsEmployee/TableTypePending.vue | 12 +++++------- 4 files changed, 19 insertions(+), 28 deletions(-) diff --git a/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue b/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue index e32f93751..78adb7183 100644 --- a/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue @@ -60,7 +60,7 @@ const baseColumns = ref([ name: "posNo", align: "left", label: "เลขที่ตำแหน่ง", - sortable: false, + sortable: false, field: "posNo", headerStyle: "font-size: 14px", style: "font-size: 14px", @@ -70,7 +70,7 @@ const baseColumns = ref([ align: "left", label: "ชื่อ-นามสกุล", field: "fullName", - sortable: false, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", }, @@ -78,7 +78,7 @@ const baseColumns = ref([ name: "position", align: "left", label: "ตำแหน่งในสายงาน", - sortable: false, + sortable: false, field: "position", headerStyle: "font-size: 14px", style: "font-size: 14px", @@ -296,12 +296,9 @@ watch(