diff --git a/src/modules/06_retirement/components/ListRetirement/TableList.vue b/src/modules/06_retirement/components/ListRetirement/TableList.vue index 41e81252c..4b07eaf48 100644 --- a/src/modules/06_retirement/components/ListRetirement/TableList.vue +++ b/src/modules/06_retirement/components/ListRetirement/TableList.vue @@ -11,7 +11,6 @@ import DialogHeader from "@/components/DialogHeader.vue"; import DialogPopupReason from "@/components/Dialogs/PopupReason.vue"; import PopupPersonal from "@/components/Dialogs/PopupPersonalNew.vue"; import { format } from "path"; -import type { substitute } from "esri/intl"; const modalPersonal = ref(false); const personId = ref(""); @@ -102,7 +101,7 @@ const fecthlistprofile = async (id: string) => { id: e.id, profileId: e.profileId, order: e.order, - name: e.fullName, + name: e.prefix + e.firstName + " " + e.lastName, organization: e.root, position: e.position, positionNumber: e.posNo,