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 }}