จัดข้อความ
This commit is contained in:
parent
be506bc526
commit
83f176bc5e
1 changed files with 4 additions and 4 deletions
|
|
@ -206,9 +206,9 @@ const columns = ref<QTableProps["columns"]>([
|
|||
},
|
||||
{
|
||||
name: "examScore",
|
||||
align: "right",
|
||||
align: "center",
|
||||
label: "คะแนนรวม",
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
field: "examScore",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
|
|
@ -220,9 +220,9 @@ const columns = ref<QTableProps["columns"]>([
|
|||
},
|
||||
{
|
||||
name: "examResult",
|
||||
align: "left",
|
||||
align: "center",
|
||||
label: "ผลคะแนนสอบ",
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
field: "examResult",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue