From 8d3b845f0f2da83f7e1b90445d871e98853b9a36 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 25 Sep 2023 11:47:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20fixname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../06_retirement/components/ListRetirement/TableList.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/06_retirement/components/ListRetirement/TableList.vue b/src/modules/06_retirement/components/ListRetirement/TableList.vue index e19aff683..04aa54d64 100644 --- a/src/modules/06_retirement/components/ListRetirement/TableList.vue +++ b/src/modules/06_retirement/components/ListRetirement/TableList.vue @@ -134,7 +134,6 @@ const columns = ref([ const rows = ref([]); const visibleColumns = ref([ "order", - "fixname", "name", "organizationOrganization", "positionEmployeePosition", @@ -177,7 +176,6 @@ const fecthlistprofile = async (id: string) => { id: e.id, profileId: e.profileId, order: e.order, - fixname: e.prefix, name: e.fullName, organizationOrganization: e.organizationOrganization, positionEmployeePosition: e.positionEmployeePosition, @@ -564,7 +562,7 @@ const paginationLabel = (start: number, end: number, total: number) => { > {{ props.row.order }} {{ - props.row.fixname + props.row.name + props.row.name }}