From 57feaaa2108594def22ac6d017eeeaf429ff7d04 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 26 Mar 2025 14:42:23 +0700 Subject: [PATCH] =?UTF-8?q?fix=20soft=20=20=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=84=E0=B8=82=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=A5=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B5=E0=B8=A2=E0=B8=94=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../18_command/components/Step/2_ListPersons.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/18_command/components/Step/2_ListPersons.vue b/src/modules/18_command/components/Step/2_ListPersons.vue index d25648aa0..605baabce 100644 --- a/src/modules/18_command/components/Step/2_ListPersons.vue +++ b/src/modules/18_command/components/Step/2_ListPersons.vue @@ -80,7 +80,7 @@ const baseColumns = ref([ align: "left", label: "เลขประจำตัวประชาชน", field: "citizenId", - sortable: true, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", }, @@ -89,7 +89,7 @@ const baseColumns = ref([ align: "left", label: "ชื่อ-นามสกุล", field: "fullName", - sortable: true, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", format(val, row) { @@ -101,7 +101,7 @@ const baseColumns = ref([ align: "left", label: "ตำแหน่ง", field: "position", - sortable: true, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", }, @@ -110,7 +110,7 @@ const baseColumns = ref([ align: "left", label: "ประเภทตำแหน่ง", field: "positionType", - sortable: true, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", format(val, row) { @@ -127,7 +127,7 @@ const baseColumns = ref([ format(val) { return val ? val.toLocaleString() : "-"; }, - sortable: true, + sortable: false, headerStyle: "font-size: 14px", style: "font-size: 14px", },