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", "age",
"positionDate", "positionDate",
"levelDate", "levelDate",
"posExecutive",
]); ]);
const columns = computed<QTableProps["columns"]>(() => { const columns = computed<QTableProps["columns"]>(() => {