From 735834fc4b78a3b64aece9bf37dc6a0f6174a756 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Tue, 3 Oct 2023 14:18:44 +0700 Subject: [PATCH] =?UTF-8?q?fix=20filter=20=E0=B8=97=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../08_registryEmployee/views/Main.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/08_registryEmployee/views/Main.vue b/src/modules/08_registryEmployee/views/Main.vue index be6e43e2e..90a83ccae 100644 --- a/src/modules/08_registryEmployee/views/Main.vue +++ b/src/modules/08_registryEmployee/views/Main.vue @@ -59,7 +59,7 @@ const visibleColumnsEmployeeTemp = ref([ "amount", "statustext", "leaveDateOrder", - "newAgency", + "draftOrganizationOrganization", "currentAgency", ]); @@ -84,18 +84,18 @@ const columns = ref([ style: "font-size: 14px; ", }, { - name: "newAgency", + name: "draftOrganizationOrganization", align: "left", label: "หน่วยงานที่รับการบรรจุ", sortable: true, - field: "newAgency", + field: "draftOrganizationOrganization", headerStyle: "font-size: 14px", style: "font-size: 14px", - sort: (a: string, b: string) => - a.localeCompare(b, undefined, { - numeric: true, - sensitivity: "base", - }), + // sort: (a: string, b: string) => + // a.localeCompare(b, undefined, { + // numeric: true, + // sensitivity: "base", + // }), }, { name: "currentAgency", @@ -133,11 +133,11 @@ const columns = ref([ field: "govAge", headerStyle: "font-size: 14px", style: "font-size: 14px", - sort: (a: string, b: string) => - a.localeCompare(b, undefined, { - numeric: true, - sensitivity: "base", - }), + // sort: (a: string, b: string) => + // a.localeCompare(b, undefined, { + // numeric: true, + // sensitivity: "base", + // }), }, { name: "dateAppoint", @@ -747,7 +747,7 @@ const showEmployeeTemp = async () => { {{ props.row.fullname }}