รายชื่อลูกจ้างชั่วคราว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-11 12:36:19 +07:00
parent 53c14dbc6d
commit 36289d0d74

View file

@ -93,21 +93,21 @@ const columns = ref<QTableProps["columns"]>([
{ {
name: "draftOrganizationOrganization", name: "draftOrganizationOrganization",
align: "left", align: "left",
label: "หน่วยงานที่รับการบรรจุ", label: "ตำแหน่ง/หน่วยงานที่รับการบรรจุ",
sortable: false, sortable: false,
field: "draftOrganizationOrganization", field: "draftOrganizationOrganization",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",
style: "font-size: 14px", style: "font-size: 14px",
}, },
{ // {
name: "draftPositionEmployee", // name: "draftPositionEmployee",
align: "left", // align: "left",
label: "หน่วยงานที่บรรจุ", // label: "",
sortable: false, // sortable: false,
field: "draftPositionEmployee", // field: "draftPositionEmployee",
headerStyle: "font-size: 14px; min-width: 200px", // headerStyle: "font-size: 14px; min-width: 200px",
style: "font-size: 14px; ", // style: "font-size: 14px; ",
}, // },
{ {
name: "govAge", name: "govAge",
@ -193,7 +193,7 @@ const visibleColumns = ref<String[]>([
"citizenId", "citizenId",
"fullname", "fullname",
"draftOrganizationOrganization", "draftOrganizationOrganization",
"draftPositionEmployee", // "draftPositionEmployee",
"govAge", "govAge",
"dateEmployment", "dateEmployment",
"age", "age",
@ -465,8 +465,23 @@ onMounted(async () => {
" "
> >
<div class="col-4"> <div class="col-4">
<div>
{{
props.row.position !== null ? props.row.position : "-"
}}
{{
props.row.posTypeShortName !== null
? `(${props.row.posTypeShortName}`
: ""
}}
{{
props.row.posLevel !== null
? `${props.row.posLevel})`
: ""
}}
</div>
<div class="text-weight-medium"> <div class="text-weight-medium">
{{ props.row.root !== null ? props.row.root : "-" }} {{ props.row.root !== null ? props.row.root : "" }}
{{ {{
props.row.rootShortName !== null props.row.rootShortName !== null
? `(${props.row.rootShortName})` ? `(${props.row.rootShortName})`