จัดข้อความ

This commit is contained in:
setthawutttty 2024-11-12 10:17:35 +07:00
parent be506bc526
commit 83f176bc5e

View file

@ -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",