From 842d6247da259129f5fbd3f1778824aca0704757 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 25 Sep 2023 11:38:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20title=20?= =?UTF-8?q?table=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B9=80=E0=B8=81=E0=B8=A9=E0=B8=B5=E0=B8=A2=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ListRetirement/TableList.vue | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/modules/06_retirement/components/ListRetirement/TableList.vue b/src/modules/06_retirement/components/ListRetirement/TableList.vue index f97226ac7..e19aff683 100644 --- a/src/modules/06_retirement/components/ListRetirement/TableList.vue +++ b/src/modules/06_retirement/components/ListRetirement/TableList.vue @@ -62,32 +62,32 @@ const columns = ref([ style: "font-size: 14px", }, { - name: "positionType", + name: "positionEmployeePosition", align: "left", - label: "ตำแหน่ง (ประเภท)", + label: "ตำแหน่ง", title: "ตำแหน่ง", - subtitle: "ประเภท", - field: "positionType", + // subtitle: "ประเภท", + field: "positionEmployeePosition", headerStyle: "font-size: 14px", style: "font-size: 14px", }, { - name: "position", + name: "positionEmployeeLevel", align: "left", - label: "ตำแหน่ง (ทางการบริหาร)", - title: "ตำแหน่ง", - subtitle: "ทางการบริหาร", - field: "position", + label: "ระดับชั้น", + title: "ระดับชั้น", + // subtitle: "ทางการบริหาร", + field: "positionEmployeeLevel", headerStyle: "font-size: 14px", style: "font-size: 14px", }, { - name: "positionLavel", + name: "positionEmployeeGroup", align: "left", - label: "ตำแหน่ง (ในสายงาน/ระดับ)", - title: "ตำแหน่ง", - subtitle: "ในสายงาน/ระดับ", - field: "positionLavel", + label: "กลุ่มงาน", + title: "กลุ่มงาน", + // subtitle: "ในสายงาน/ระดับ", + field: "positionEmployeeGroup", headerStyle: "font-size: 14px", style: "font-size: 14px", }, @@ -137,9 +137,9 @@ const visibleColumns = ref([ "fixname", "name", "organizationOrganization", - "positionType", - "position", - "positionLavel", + "positionEmployeePosition", + "positionEmployeeLevel", + "positionEmployeeGroup", "positionNumber", "govGroup", "govOffice", @@ -180,10 +180,10 @@ const fecthlistprofile = async (id: string) => { fixname: e.prefix, name: e.fullName, organizationOrganization: e.organizationOrganization, - positionType: e.positionType, - position: e.position, + positionEmployeePosition: e.positionEmployeePosition, + positionEmployeeLevel: e.positionEmployeeLevel, positionNumber: e.posNo, - positionLavel: e.position, + positionEmployeeGroup: e.positionEmployeeGroup, bureau: e.oc, reason: e.reason, remove: e.remove, @@ -572,14 +572,14 @@ const paginationLabel = (start: number, end: number, total: number) => { :props="props" >{{ props.row.organizationOrganization }} - {{ - props.row.positionType + {{ + props.row.positionEmployeePosition }} - {{ - props.row.position + {{ + props.row.positionEmployeeLevel }} - {{ - props.row.positionLavel + {{ + props.row.positionEmployeeGroup }} {{ props.row.positionNumber