fix filter ทะเบียนปะวัติลูกจ้าง
This commit is contained in:
parent
e0caef0908
commit
735834fc4b
1 changed files with 14 additions and 14 deletions
|
|
@ -59,7 +59,7 @@ const visibleColumnsEmployeeTemp = ref<String[]>([
|
|||
"amount",
|
||||
"statustext",
|
||||
"leaveDateOrder",
|
||||
"newAgency",
|
||||
"draftOrganizationOrganization",
|
||||
"currentAgency",
|
||||
]);
|
||||
|
||||
|
|
@ -84,18 +84,18 @@ const columns = ref<QTableProps["columns"]>([
|
|||
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<QTableProps["columns"]>([
|
|||
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 }}
|
||||
</q-td>
|
||||
<q-td
|
||||
key="newAgency"
|
||||
key="draftOrganizationOrganization"
|
||||
:props="props"
|
||||
@click="redirectToPage(props.row.id, props.row.status)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue