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 }}