diff --git a/src/modules/05_placement/components/AppointEmployee/Dialogbody.vue b/src/modules/05_placement/components/AppointEmployee/Dialogbody.vue index 6034e5f87..8d3ea898b 100644 --- a/src/modules/05_placement/components/AppointEmployee/Dialogbody.vue +++ b/src/modules/05_placement/components/AppointEmployee/Dialogbody.vue @@ -86,9 +86,9 @@ const columns2 = ref([ style: "font-size: 14px", }, ]); -const pageNext = (item: object) => { - props.nextPage?.(item); -}; +// const pageNext = (item: object) => { +// props.nextPage?.(item); +// }; const emit = defineEmits([ "update:filterKeyword2", "update:type", @@ -240,18 +240,20 @@ watchEffect(() => { {{ props.rowIndex + 1 }} - + {{ props.row.citizenId }} - + {{ props.row.fullname }} - -
+ {{ props.row.orgName !== null ? props.row.orgName : "-" }} + {{ + props.row.organizationShortName !== null + ? `(${props.row.organizationShortName})` + : "" + }} + - + {{ props.row.birthday }}