แก้คอลัม
This commit is contained in:
parent
a97a1189c4
commit
1adad264dc
1 changed files with 1 additions and 3 deletions
|
|
@ -176,14 +176,12 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "examScore",
|
name: "examScore",
|
||||||
align: "right",
|
align: "left",
|
||||||
label: "คะแนนรวม",
|
label: "คะแนนรวม",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "examScore",
|
field: "examScore",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "examResult",
|
name: "examResult",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue