show field posExecutive in report registry

This commit is contained in:
Warunee Tamkoo 2025-05-28 16:04:33 +07:00
parent a77f006102
commit d76686caba

View file

@ -139,6 +139,7 @@ const visibleColumnsBase = ref<string[]>([
"age",
"positionDate",
"levelDate",
"posExecutive",
]);
const columns = computed<QTableProps["columns"]>(() => {