ลบคอลัมน์ด้านทางการบริหาร และตำแหน่ง (รายละเอียด) ในทะเบียนประวัติออก

This commit is contained in:
Warunee Tamkoo 2024-01-31 10:34:33 +07:00
parent f07044b41a
commit 3693833c91

View file

@ -988,8 +988,8 @@ profileData.salary.columns.length == 0
"positionType",
"positionLevel",
"positionExecutive",
"positionExecutiveSide",
"salaryClass",
// "positionExecutiveSide",
// "salaryClass",
"salaryRef",
"refCommandNo",
])
@ -1127,28 +1127,28 @@ const columns = ref<QTableProps["columns"]>([
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "positionExecutiveSide",
align: "left",
label: "ด้านทางการบริหาร",
sortable: true,
field: "positionExecutiveSide",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "salaryClass",
align: "left",
label: "ตำแหน่ง (รายละเอียด)",
sortable: true,
field: "salaryClass",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
// {
// name: "positionExecutiveSide",
// align: "left",
// label: "",
// sortable: true,
// field: "positionExecutiveSide",
// headerStyle: "font-size: 14px",
// style: "font-size: 14px",
// sort: (a: string, b: string) =>
// a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
// },
// {
// name: "salaryClass",
// align: "left",
// label: " ()",
// sortable: true,
// field: "salaryClass",
// headerStyle: "font-size: 14px",
// style: "font-size: 14px",
// sort: (a: string, b: string) =>
// a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
// },
{
name: "salaryRef",
align: "left",