Compare commits

..

No commits in common. "ae8e667922d2850a01c873d8babdbcaa438eb5d4" and "9cbe56fb1ed9768bdac40abc65b6a0d67fd8341c" have entirely different histories.

View file

@ -89,9 +89,7 @@ const columns2 = ref<QTableProps["columns"]>([
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
format(val, row) {
return `${row.rank ? row.rank : row.prefix ?? ""}${row.firstName ?? ""} ${
row.lastName ?? ""
}`;
return `${row.prefix ?? ""}${row.firstName ?? ""} ${row.lastName ?? ""}`;
},
},
{