Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-24 10:49:18 +07:00
commit 2fb4533c08

View file

@ -38,6 +38,7 @@ const visibleColumns = ref<string[]>([
"profileType", "profileType",
"title", "title",
"name", "name",
"position",
"positionType", "positionType",
"positionLevel", "positionLevel",
"organization", "organization",
@ -89,6 +90,15 @@ const columns = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",
style: "font-size: 14px", style: "font-size: 14px",
}, },
{
name: "position",
align: "left",
label: "ตำแแหน่ง",
sortable: true,
field: "position",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{ {
name: "positionLevel", name: "positionLevel",
align: "left", align: "left",